13 references to WM_DESTROY
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
50PInvokeCore.WM_DESTROY => "WM_DESTROY",
System.Windows.Forms (9)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3132case PInvokeCore.WM_DESTROY:
System\Windows\Forms\Application.ParkingWindow.cs (1)
148if (m.WParamInternal.LOWORD == PInvokeCore.WM_DESTROY)
System\Windows\Forms\Control.cs (2)
12037case PInvokeCore.WM_DESTROY: 12408case PInvokeCore.WM_DESTROY:
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildNativeWindow.cs (1)
55case PInvokeCore.WM_DESTROY:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
336case PInvokeCore.WM_DESTROY:
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
2112case PInvokeCore.WM_DESTROY:
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
415case PInvokeCore.WM_DESTROY:
System\Windows\Forms\NotifyIcon.cs (1)
799case PInvokeCore.WM_DESTROY:
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlDesigner.ChildSubClass.cs (1)
38if (m.MsgInternal == PInvokeCore.WM_DESTROY)
System.Windows.Forms.Primitives.TestUtilities (1)
Win32\WindowClass.cs (1)
221case PInvokeCore.WM_DESTROY:
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
226yield return new object[] { PInvokeCore.WM_DESTROY, " (WM_DESTROY)" };