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