1 write to _lastState
UIAutomationClient (1)
MS\Internal\Automation\WindowInteractionStateTracker.cs (1)
122
_lastState
= state;
2 references to _lastState
UIAutomationClient (2)
MS\Internal\Automation\WindowInteractionStateTracker.cs (2)
108
if (hwnd == _lastHwnd && state ==
_lastState
)
115
hwnd == _lastHwnd ?
_lastState
: WindowInteractionState.Running,