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