4 references to IsWindowVisible
UIAutomationClient (4)
MS\Internal\Automation\BoundingRectTracker.cs (1)
87
if (!SafeNativeMethods.
IsWindowVisible
(NativeMethods.HWND.Cast( hwnd )))
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
1468
if(!SafeNativeMethods.
IsWindowVisible
(hwnd))
MS\Internal\Automation\MenuTracker.cs (1)
75
if( !SafeNativeMethods.
IsWindowVisible
( nativeHwnd ) )
MS\Internal\Automation\WindowShowOrOpenTracker.cs (1)
78
if (! SafeNativeMethods.
IsWindowVisible
( nativeHwnd ))