2 writes to _hPowerNotify
PresentationCore (2)
System\Windows\InterOp\HwndTarget.cs (2)
2553_hPowerNotify = UnsafeNativeMethods.RegisterPowerSettingNotification(_notificationHwnd.Handle, &monitorGuid, 0); 2563_hPowerNotify = IntPtr.Zero;
2 references to _hPowerNotify
PresentationCore (2)
System\Windows\InterOp\HwndTarget.cs (2)
2560if (_hPowerNotify != IntPtr.Zero) 2562UnsafeNativeMethods.UnregisterPowerSettingNotification(_hPowerNotify);