8 references to WM_NCDESTROY
System.Windows.Forms (8)
winforms\Managed\System\WinForms\AxHost.cs (1)
3536case NativeMethods.WM_NCDESTROY:
winforms\Managed\System\WinForms\ComboBox.cs (2)
3845case NativeMethods.WM_NCDESTROY: 5810if (m.Msg == NativeMethods.WM_NCDESTROY) {
winforms\Managed\System\WinForms\Form.cs (1)
7581case NativeMethods.WM_NCDESTROY:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
108case NativeMethods.WM_NCDESTROY: text = "WM_NCDESTROY"; break;
winforms\Managed\System\WinForms\NativeWindow.cs (2)
680if (msg == NativeMethods.WM_NCDESTROY) ReleaseHandle(false); 810if (msg == NativeMethods.WM_NCDESTROY) ReleaseHandle(false);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
4761if (m.Msg == NativeMethods.WM_NCDESTROY) {