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