2 writes to _hPowerNotify
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (2)
2775
_hPowerNotify
= UnsafeNativeMethods.RegisterPowerSettingNotification(_notificationHwnd.Handle, &monitorGuid, 0);
2790
_hPowerNotify
= IntPtr.Zero;
2 references to _hPowerNotify
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (2)
2787
if (
_hPowerNotify
!= IntPtr.Zero)
2789
UnsafeNativeMethods.UnregisterPowerSettingNotification(
_hPowerNotify
);