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)
2821
hwndTarget.OnMonitorPowerEvent(null,
_monitorOn
, /*paintOnWake*/ false);
2877
MonitorPowerEvent(null, new MonitorPowerEventArgs(
_monitorOn
));