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