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