2 writes to _notificationHwnd
PresentationCore (2)
System\Windows\InterOp\HwndTarget.cs (2)
2538
_notificationHwnd
= new HwndWrapper(
2571
_notificationHwnd
= null;
2 references to _notificationHwnd
PresentationCore (2)
System\Windows\InterOp\HwndTarget.cs (2)
2553
_hPowerNotify = UnsafeNativeMethods.RegisterPowerSettingNotification(
_notificationHwnd
.Handle, &monitorGuid, 0);
2570
_notificationHwnd
?.Dispose();