1 instantiation of MediaContextNotificationWindow
PresentationCore (1)
System\Windows\Media\MediaContext.cs (1)
208
_notificationWindow = new
MediaContextNotificationWindow
(this);
3 references to MediaContextNotificationWindow
PresentationCore (3)
System\Windows\Media\MediaContext.cs (1)
2741
private
MediaContextNotificationWindow
_notificationWindow;
System\Windows\Media\MediaContextNotificationWindow.cs (2)
120
ObjectDisposedException.ThrowIf(_isDisposed, typeof(
MediaContextNotificationWindow
));
130
ObjectDisposedException.ThrowIf(_isDisposed, typeof(
MediaContextNotificationWindow
));