2 writes to _notificationHwnd
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (2)
2760
_notificationHwnd
= new HwndWrapper(
2800
_notificationHwnd
= null;
3 references to _notificationHwnd
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (3)
2775
_hPowerNotify = UnsafeNativeMethods.RegisterPowerSettingNotification(
_notificationHwnd
.Handle, &monitorGuid, 0);
2797
if (
_notificationHwnd
!= null)
2799
_notificationHwnd
.Dispose();