12 references to IsWindow
UIAutomationClient (12)
MS\Internal\Automation\FocusTracker.cs (1)
253if (hwndCur == IntPtr.Zero || !SafeNativeMethods.IsWindow(NativeMethods.HWND.Cast(hwndCur)))
MS\Internal\Automation\HwndProxyElementProvider.cs (6)
290if ( !SafeNativeMethods.IsWindow( _hwnd ) ) 523if (!SafeNativeMethods.IsWindow(_hwnd)) 578if ( SafeNativeMethods.IsWindow( _hwnd ) ) 770if ( !SafeNativeMethods.IsWindow( _hwnd ) ) 834if (!SafeNativeMethods.IsWindow(_hwnd)) 927if (!SafeNativeMethods.IsWindow(_hwnd))
MS\Internal\Automation\MenuTracker.cs (1)
60if( !SafeNativeMethods.IsWindow( nativeHwnd ) )
MS\Internal\Automation\WindowHideOrCloseTracker.cs (1)
62if (eventId == NativeMethods.EVENT_OBJECT_HIDE && !SafeNativeMethods.IsWindow( nativeHwnd ))
MS\Internal\Automation\WindowInteractionStateTracker.cs (1)
76if (!SafeNativeMethods.IsWindow(nativeHwnd))
MS\Internal\Automation\WindowShowOrOpenTracker.cs (1)
61if (! SafeNativeMethods.IsWindow( nativeHwnd ))
MS\Internal\Automation\WindowVisualStateTracker.cs (1)
76if (!SafeNativeMethods.IsWindow(nativeHwnd))