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