8 references to WindowInteractionStateProperty
UIAutomationClient (8)
MS\Internal\Automation\ClientEventManager.cs (3)
115if (_winEventTrackers[(int)Tracker.WindowInteractionState] == null && HasProperty(WindowPattern.WindowInteractionStateProperty, l.Properties)) 207if (HasProperty(WindowPattern.WindowInteractionStateProperty, l.Properties)) 235RemovePropertyTracker(WindowPattern.WindowInteractionStateProperty, Tracker.WindowInteractionState);
MS\Internal\Automation\Schema.cs (2)
369new AutomationPropertyInfo( convertToWindowInteractionState, WindowPattern.WindowInteractionStateProperty, typeof(WindowInteractionState),WindowInteractionState.Running ), 458WindowPattern.WindowInteractionStateProperty,
MS\Internal\Automation\WindowInteractionStateTracker.cs (2)
97Object windowInteractionState = rawEl.GetPatternPropertyValue(WindowPattern.WindowInteractionStateProperty, false); 114WindowPattern.WindowInteractionStateProperty,
System\Windows\Automation\WindowPattern.cs (1)
309return (WindowInteractionState)_el.GetPatternPropertyValue(WindowInteractionStateProperty, _useCache);