2 writes to _monitorOn
PresentationCore (2)
System\Windows\InterOp\HwndTarget.cs (2)
2660
_monitorOn
= false;
2665
_monitorOn
= true;
2 references to _monitorOn
PresentationCore (2)
System\Windows\InterOp\HwndTarget.cs (2)
2618
hwndTarget.OnMonitorPowerEvent(null,
_monitorOn
, /*paintOnWake*/ false);
2669
MonitorPowerEvent(null, new MonitorPowerEventArgs(
_monitorOn
));