2 implementations of VisualState
PresentationCore (1)
MS\Internal\Automation\WindowProviderWrapper.cs (1)
97public WindowVisualState VisualState
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
540WindowVisualState IWindowProvider.VisualState
4 references to VisualState
PresentationCore (1)
MS\Internal\Automation\WindowProviderWrapper.cs (1)
181return _iface.VisualState;
UIAutomationClient (3)
MS\Internal\Automation\HwndProxyElementProvider.cs (3)
302if (((IWindowProvider)this).VisualState == WindowVisualState.Normal) 337if (((IWindowProvider)this).VisualState == WindowVisualState.Minimized) 358if (((IWindowProvider)this).VisualState == WindowVisualState.Maximized)