6 references to IsWindow
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\Misc.cs (1)
371
if (!UnsafeNativeMethods.
IsWindow
(hwnd))
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
138
if (!UnsafeNativeMethods.
IsWindow
(hwnd) || IsKnownBadWindow(hwnd))
MS\Internal\AutomationProxies\NonClientArea.cs (1)
103
if (!UnsafeNativeMethods.
IsWindow
(hwnd))
MS\Internal\AutomationProxies\WindowsButton.cs (1)
151
if (!UnsafeNativeMethods.
IsWindow
(hwnd))
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
168
if (!UnsafeNativeMethods.
IsWindow
(hwnd))
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
244
!UnsafeNativeMethods.
IsWindow
(hwnd))