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