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)
2740
private
MediaContextNotificationWindow
_notificationWindow;
System\Windows\Media\MediaContextNotificationWindow.cs (2)
119
ObjectDisposedException.ThrowIf(_isDisposed, typeof(
MediaContextNotificationWindow
));
129
ObjectDisposedException.ThrowIf(_isDisposed, typeof(
MediaContextNotificationWindow
));