3 references to Running
UIAutomationClient (3)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
598
return WindowInteractionState.
Running
;
MS\Internal\Automation\Schema.cs (1)
358
new AutomationPropertyInfo( convertToWindowInteractionState, WindowPattern.WindowInteractionStateProperty, typeof(WindowInteractionState),WindowInteractionState.
Running
),
MS\Internal\Automation\WindowInteractionStateTracker.cs (1)
112
hwnd == _lastHwnd ? _lastState : WindowInteractionState.
Running
,