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