2 writes to _notificationHwnd
PresentationCore (2)
System\Windows\InterOp\HwndTarget.cs (2)
2572
_notificationHwnd
= new HwndWrapper(
2611
_notificationHwnd
= null;
3 references to _notificationHwnd
PresentationCore (3)
System\Windows\InterOp\HwndTarget.cs (3)
2587
_hPowerNotify = UnsafeNativeMethods.RegisterPowerSettingNotification(
_notificationHwnd
.Handle, &monitorGuid, 0);
2608
if (
_notificationHwnd
!= null)
2610
_notificationHwnd
.Dispose();