9 references to WM_DESTROY
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Application.cs (1)
4210if (NativeMethods.Util.LOWORD(unchecked( (int) (long)m.WParam)) == NativeMethods.WM_DESTROY) {
winforms\Managed\System\WinForms\AxHost.cs (1)
3484case NativeMethods.WM_DESTROY:
winforms\Managed\System\WinForms\Control.cs (2)
13870case NativeMethods.WM_DESTROY: 14233case NativeMethods.WM_DESTROY:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
36case NativeMethods.WM_DESTROY: text = "WM_DESTROY"; break;
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
2428case NativeMethods.WM_DESTROY:
winforms\Managed\System\WinForms\NotifyIcon.cs (1)
926case NativeMethods.WM_DESTROY:
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6885case NativeMethods.WM_DESTROY:
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
482case NativeMethods.WM_DESTROY: