2 writes to _notificationHwnd
PresentationCore (2)
System\Windows\InterOp\HwndTarget.cs (2)
2559_notificationHwnd = new HwndWrapper( 2598_notificationHwnd = null;
3 references to _notificationHwnd
PresentationCore (3)
System\Windows\InterOp\HwndTarget.cs (3)
2574_hPowerNotify = UnsafeNativeMethods.RegisterPowerSettingNotification(_notificationHwnd.Handle, &monitorGuid, 0); 2595if (_notificationHwnd != null) 2597_notificationHwnd.Dispose();