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);
107
MS.Internal.HRESULT.Check(MilContent_AttachToHwnd(
_hwndNotification
.Value.Handle));
122
MS.Internal.HRESULT.Check(MilContent_DetachFromHwnd(
_hwndNotification
.Value.Handle));
124
_hwndNotification
.Value.Dispose();
170
_ownerMediaContext.Channel.SetNotificationWindow(
_hwndNotification
.Value.Handle, s_channelNotifyMessage);
200
MS.Internal.HRESULT.Check(MilContent_AttachToHwnd(
_hwndNotification
.Value.Handle));