3 references to IsWindow
PresentationFramework (3)
System\Windows\Standard\Utilities.cs (1)
238if (NativeMethods.IsWindow(p))
System\Windows\SystemCommands.cs (2)
34if (hwnd == IntPtr.Zero || !NativeMethods.IsWindow(hwnd)) 83if (hwnd == IntPtr.Zero || !NativeMethods.IsWindow(hwnd))