5 references to Normal
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (3)
296case WindowVisualState.Normal: 303if (((IWindowProvider)this).VisualState == WindowVisualState.Normal) 556return 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)
462return WindowVisualState.Normal;