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