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