1 instantiation of MediaContextNotificationWindow
PresentationCore (1)
System\Windows\Media\MediaContext.cs (1)
207_notificationWindow = new MediaContextNotificationWindow(this);
3 references to MediaContextNotificationWindow
PresentationCore (3)
System\Windows\Media\MediaContext.cs (1)
2740private MediaContextNotificationWindow _notificationWindow;
System\Windows\Media\MediaContextNotificationWindow.cs (2)
119ObjectDisposedException.ThrowIf(_isDisposed, typeof(MediaContextNotificationWindow)); 129ObjectDisposedException.ThrowIf(_isDisposed, typeof(MediaContextNotificationWindow));