2 references to IsWindow
Microsoft.Win32.SystemEvents (2)
Microsoft\Win32\SystemEvents.cs (2)
417
if (Interop.User32.
IsWindow
(handle) && DefWndProc != IntPtr.Zero)
436
if (Interop.User32.
IsWindow
(handle) && !Interop.User32.DestroyWindow(handle))