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