8 references to WindowInteractionStateProperty
UIAutomationClient (8)
MS\Internal\Automation\ClientEventManager.cs (3)
123if (_winEventTrackers[(int)Tracker.WindowInteractionState] == null && HasProperty(WindowPattern.WindowInteractionStateProperty, l.Properties)) 215if (HasProperty(WindowPattern.WindowInteractionStateProperty, l.Properties)) 243RemovePropertyTracker(WindowPattern.WindowInteractionStateProperty, Tracker.WindowInteractionState);
MS\Internal\Automation\Schema.cs (2)
343new AutomationPropertyInfo( convertToWindowInteractionState, WindowPattern.WindowInteractionStateProperty, typeof(WindowInteractionState),WindowInteractionState.Running ), 432WindowPattern.WindowInteractionStateProperty,
MS\Internal\Automation\WindowInteractionStateTracker.cs (2)
105Object windowInteractionState = rawEl.GetPatternPropertyValue(WindowPattern.WindowInteractionStateProperty, false); 122WindowPattern.WindowInteractionStateProperty,
System\Windows\Automation\WindowPattern.cs (1)
352return (WindowInteractionState)_el.GetPatternPropertyValue(WindowInteractionStateProperty, _useCache);