6 references to IsWindow
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\Misc.cs (1)
386
if (!UnsafeNativeMethods.
IsWindow
(hwnd))
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
152
if (!UnsafeNativeMethods.
IsWindow
(hwnd) || IsKnownBadWindow(hwnd))
MS\Internal\AutomationProxies\NonClientArea.cs (1)
111
if (!UnsafeNativeMethods.
IsWindow
(hwnd))
MS\Internal\AutomationProxies\WindowsButton.cs (1)
168
if (!UnsafeNativeMethods.
IsWindow
(hwnd))
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
187
if (!UnsafeNativeMethods.
IsWindow
(hwnd))
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
259
!UnsafeNativeMethods.
IsWindow
(hwnd))