5 references to Normal
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (3)
295case WindowVisualState.Normal: 302if (((IWindowProvider)this).VisualState == WindowVisualState.Normal) 555return WindowVisualState.Normal;
MS\Internal\Automation\Schema.cs (1)
357new AutomationPropertyInfo( convertToWindowVisualState, WindowPattern.WindowVisualStateProperty, typeof(WindowVisualState), WindowVisualState.Normal ),
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
461return WindowVisualState.Normal;