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