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)
2787if (_hPowerNotify != IntPtr.Zero) 2789UnsafeNativeMethods.UnregisterPowerSettingNotification(_hPowerNotify);