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