3 references to WindowVisualState
UIAutomationClient (3)
MS\Internal\Automation\ClientEventManager.cs (3)
116
if (_winEventTrackers[(int)Tracker.
WindowVisualState
] == null && HasProperty(WindowPattern.WindowVisualStateProperty, l.Properties))
118
AddWinEventListener(Tracker.
WindowVisualState
, new WindowVisualStateTracker());
231
RemovePropertyTracker(WindowPattern.WindowVisualStateProperty, Tracker.
WindowVisualState
);