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