2 writes to _notificationHwnd
PresentationCore (2)
System\Windows\InterOp\HwndTarget.cs (2)
2538_notificationHwnd = new HwndWrapper( 2573_notificationHwnd = null;
3 references to _notificationHwnd
PresentationCore (3)
System\Windows\InterOp\HwndTarget.cs (3)
2553_hPowerNotify = UnsafeNativeMethods.RegisterPowerSettingNotification(_notificationHwnd.Handle, &monitorGuid, 0); 2570if (_notificationHwnd != null) 2572_notificationHwnd.Dispose();