2 writes to _monitorOn
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (2)
2868_monitorOn = false; 2873_monitorOn = true;
2 references to _monitorOn
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (2)
2821hwndTarget.OnMonitorPowerEvent(null, _monitorOn, /*paintOnWake*/ false); 2877MonitorPowerEvent(null, new MonitorPowerEventArgs(_monitorOn));