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