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