2 writes to _hPowerNotify
PresentationCore (2)
System\Windows\InterOp\HwndTarget.cs (2)
2574_hPowerNotify = UnsafeNativeMethods.RegisterPowerSettingNotification(_notificationHwnd.Handle, &monitorGuid, 0); 2588_hPowerNotify = IntPtr.Zero;
2 references to _hPowerNotify
PresentationCore (2)
System\Windows\InterOp\HwndTarget.cs (2)
2585if (_hPowerNotify != IntPtr.Zero) 2587UnsafeNativeMethods.UnregisterPowerSettingNotification(_hPowerNotify);