3 references to WindowInteractionState
UIAutomationClient (3)
MS\Internal\Automation\ClientEventManager.cs (3)
123if (_winEventTrackers[(int)Tracker.WindowInteractionState] == null && HasProperty(WindowPattern.WindowInteractionStateProperty, l.Properties)) 125AddWinEventListener(Tracker.WindowInteractionState, new WindowInteractionStateTracker()); 243RemovePropertyTracker(WindowPattern.WindowInteractionStateProperty, Tracker.WindowInteractionState);