Johannes
Results
1
comments of
Johannes
Tracked it down to collapsing the NotificationsWindow: https://github.com/rafallopatka/ToastNotifications/blob/95ab84fe76fdf1380c52cacdb861ee0aa0280d29/Src/ToastNotifications/Display/NotificationsWindow.xaml.cs#L64 When setting `this.Visibility = Visibility.Hidden` the issue does not seem to occur. There seem to be some obscure RDP/WPF issues at play...