1 instantiation of MediaContextNotificationWindow
PresentationCore (1)
System\Windows\Media\MediaContext.cs (1)
229_notificationWindow = new MediaContextNotificationWindow(this);
3 references to MediaContextNotificationWindow
PresentationCore (3)
System\Windows\Media\MediaContext.cs (1)
2768private MediaContextNotificationWindow _notificationWindow;
System\Windows\Media\MediaContextNotificationWindow.cs (2)
137ObjectDisposedException.ThrowIf(_isDisposed, typeof(MediaContextNotificationWindow)); 147ObjectDisposedException.ThrowIf(_isDisposed, typeof(MediaContextNotificationWindow));