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