7 writes to _lastWakeOrUnlockEvent
PresentationCore (7)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (7)
298
_lastWakeOrUnlockEvent
= DateTime.MinValue;
1333
_lastWakeOrUnlockEvent
= DateTime.MinValue;
1349
_lastWakeOrUnlockEvent
= DateTime.Now;
1372
_lastWakeOrUnlockEvent
= DateTime.MinValue;
1387
_lastWakeOrUnlockEvent
= DateTime.Now;
1430
_lastWakeOrUnlockEvent
= DateTime.Now;
1437
_lastWakeOrUnlockEvent
= DateTime.MinValue;
1 reference to _lastWakeOrUnlockEvent
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndTarget.cs (1)
1084
TimeSpan delta = DateTime.Now -
_lastWakeOrUnlockEvent
;