8 references to WindowInteractionStateProperty
UIAutomationClient (8)
MS\Internal\Automation\ClientEventManager.cs (3)
113if (_winEventTrackers[(int)Tracker.WindowInteractionState] == null && HasProperty(WindowPattern.WindowInteractionStateProperty, l.Properties)) 205if (HasProperty(WindowPattern.WindowInteractionStateProperty, l.Properties)) 233RemovePropertyTracker(WindowPattern.WindowInteractionStateProperty, Tracker.WindowInteractionState);
MS\Internal\Automation\Schema.cs (2)
364new AutomationPropertyInfo( convertToWindowInteractionState, WindowPattern.WindowInteractionStateProperty, typeof(WindowInteractionState),WindowInteractionState.Running ), 453WindowPattern.WindowInteractionStateProperty,
MS\Internal\Automation\WindowInteractionStateTracker.cs (2)
94Object windowInteractionState = rawEl.GetPatternPropertyValue(WindowPattern.WindowInteractionStateProperty, false); 111WindowPattern.WindowInteractionStateProperty,
System\Windows\Automation\WindowPattern.cs (1)
306return (WindowInteractionState)_el.GetPatternPropertyValue(WindowInteractionStateProperty, _useCache);