12 references to IsWindow
UIAutomationClient (12)
MS\Internal\Automation\FocusTracker.cs (1)
254if (hwndCur == IntPtr.Zero || !SafeNativeMethods.IsWindow(NativeMethods.HWND.Cast(hwndCur)))
MS\Internal\Automation\HwndProxyElementProvider.cs (6)
291if ( !SafeNativeMethods.IsWindow( _hwnd ) ) 524if (!SafeNativeMethods.IsWindow(_hwnd)) 579if ( SafeNativeMethods.IsWindow( _hwnd ) ) 771if ( !SafeNativeMethods.IsWindow( _hwnd ) ) 835if (!SafeNativeMethods.IsWindow(_hwnd)) 928if (!SafeNativeMethods.IsWindow(_hwnd))
MS\Internal\Automation\MenuTracker.cs (1)
61if( !SafeNativeMethods.IsWindow( nativeHwnd ) )
MS\Internal\Automation\WindowHideOrCloseTracker.cs (1)
63if (eventId == NativeMethods.EVENT_OBJECT_HIDE && !SafeNativeMethods.IsWindow( nativeHwnd ))
MS\Internal\Automation\WindowInteractionStateTracker.cs (1)
77if (!SafeNativeMethods.IsWindow(nativeHwnd))
MS\Internal\Automation\WindowShowOrOpenTracker.cs (1)
62if (! SafeNativeMethods.IsWindow( nativeHwnd ))
MS\Internal\Automation\WindowVisualStateTracker.cs (1)
77if (!SafeNativeMethods.IsWindow(nativeHwnd))