1 write to _lastState
UIAutomationClient (1)
MS\Internal\Automation\WindowVisualStateTracker.cs (1)
122
_lastState
= state;
1 reference to _lastState
UIAutomationClient (1)
MS\Internal\Automation\WindowVisualStateTracker.cs (1)
108
if (hwnd == _lastHwnd && state ==
_lastState
)