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