4 references to DestroyWindow
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
5423PInvoke.DestroyWindow(oldHandle);
System\Windows\Forms\NativeWindow.cs (1)
533if (!PInvoke.DestroyWindow(HWND))
System.Windows.Forms.Primitives.Tests (1)
Interop\User32\GetWindowTextTests.cs (1)
38PInvoke.DestroyWindow(windowHandle);
System.Windows.Forms.Primitives.TestUtilities (1)
Win32\Window.cs (1)
46PInvoke.DestroyWindow(Handle);