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