2 writes to _ownerMediaContext
PresentationCore (2)
System\Windows\Media\MediaContextNotificationWindow.cs (2)
48_ownerMediaContext = ownerMediaContext; 93_ownerMediaContext = null;
3 references to _ownerMediaContext
PresentationCore (3)
System\Windows\Media\MediaContextNotificationWindow.cs (3)
122_ownerMediaContext.Channel.SetNotificationWindow(_hwndNotification.Handle, s_channelNotifyMessage); 133Debug.Assert(_ownerMediaContext != null); 148_ownerMediaContext.NotifyChannelMessage();