3 references to IsWindow
PresentationFramework (3)
src\Framework\System\Windows\Standard\Utilities.cs (1)
229if (NativeMethods.IsWindow(p))
src\Framework\System\Windows\SystemCommands.cs (2)
35if (hwnd == IntPtr.Zero || !NativeMethods.IsWindow(hwnd)) 117if (hwnd == IntPtr.Zero || !NativeMethods.IsWindow(hwnd))