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