2 writes to _ownerMediaContext
PresentationCore (2)
System\Windows\Media\MediaContextNotificationWindow.cs (2)
47_ownerMediaContext = ownerMediaContext; 92_ownerMediaContext = null;
3 references to _ownerMediaContext
PresentationCore (3)
System\Windows\Media\MediaContextNotificationWindow.cs (3)
121_ownerMediaContext.Channel.SetNotificationWindow(_hwndNotification.Handle, s_channelNotifyMessage); 132Debug.Assert(_ownerMediaContext != null); 147_ownerMediaContext.NotifyChannelMessage();