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