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