12 references to IsWindow
UIAutomationClient (12)
MS\Internal\Automation\FocusTracker.cs (1)
262if (hwndCur == IntPtr.Zero || !SafeNativeMethods.IsWindow(NativeMethods.HWND.Cast(hwndCur)))
MS\Internal\Automation\HwndProxyElementProvider.cs (6)
308if ( !SafeNativeMethods.IsWindow( _hwnd ) ) 543if (!SafeNativeMethods.IsWindow(_hwnd)) 602if ( SafeNativeMethods.IsWindow( _hwnd ) ) 793if ( !SafeNativeMethods.IsWindow( _hwnd ) ) 855if (!SafeNativeMethods.IsWindow(_hwnd)) 948if (!SafeNativeMethods.IsWindow(_hwnd))
MS\Internal\Automation\MenuTracker.cs (1)
71if( !SafeNativeMethods.IsWindow( nativeHwnd ) )
MS\Internal\Automation\WindowHideOrCloseTracker.cs (1)
72if (eventId == NativeMethods.EVENT_OBJECT_HIDE && !SafeNativeMethods.IsWindow( nativeHwnd ))
MS\Internal\Automation\WindowInteractionStateTracker.cs (1)
88if (!SafeNativeMethods.IsWindow(nativeHwnd))
MS\Internal\Automation\WindowShowOrOpenTracker.cs (1)
73if (! SafeNativeMethods.IsWindow( nativeHwnd ))
MS\Internal\Automation\WindowVisualStateTracker.cs (1)
85if (!SafeNativeMethods.IsWindow(nativeHwnd))