6 references to IsWindow
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\Misc.cs (1)
375if (!UnsafeNativeMethods.IsWindow(hwnd))
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
142if (!UnsafeNativeMethods.IsWindow(hwnd) || IsKnownBadWindow(hwnd))
MS\Internal\AutomationProxies\NonClientArea.cs (1)
110if (!UnsafeNativeMethods.IsWindow(hwnd))
MS\Internal\AutomationProxies\WindowsButton.cs (1)
152if (!UnsafeNativeMethods.IsWindow(hwnd))
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
172if (!UnsafeNativeMethods.IsWindow(hwnd))
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
250!UnsafeNativeMethods.IsWindow(hwnd))