2 writes to _hwndNotification
PresentationCore (2)
Core\CSharp\System\Windows\Media\MediaContextNotificationWindow.cs (2)
88_hwndNotification = new SecurityCriticalDataClass<HwndWrapper>(hwndNotification); 127_hwndNotification = null;
6 references to _hwndNotification
PresentationCore (6)
Core\CSharp\System\Windows\Media\MediaContextNotificationWindow.cs (6)
89_hwndNotification.Value.AddHook(_hwndNotificationHook); 107MS.Internal.HRESULT.Check(MilContent_AttachToHwnd(_hwndNotification.Value.Handle)); 122MS.Internal.HRESULT.Check(MilContent_DetachFromHwnd(_hwndNotification.Value.Handle)); 124_hwndNotification.Value.Dispose(); 170_ownerMediaContext.Channel.SetNotificationWindow(_hwndNotification.Value.Handle, s_channelNotifyMessage); 200MS.Internal.HRESULT.Check(MilContent_AttachToHwnd(_hwndNotification.Value.Handle));