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