2 writes to _monitorOn
PresentationCore (2)
System\Windows\InterOp\HwndTarget.cs (2)
2624_monitorOn = false; 2629_monitorOn = true;
2 references to _monitorOn
PresentationCore (2)
System\Windows\InterOp\HwndTarget.cs (2)
2586hwndTarget.OnMonitorPowerEvent(null, _monitorOn, paintOnWake: false); 2633MonitorPowerEvent(null, new MonitorPowerEventArgs(_monitorOn));