14 references to WM_NCDESTROY
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
118PInvokeCore.WM_NCDESTROY => "WM_NCDESTROY",
System.Windows.Forms (6)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3187case PInvokeCore.WM_NCDESTROY:
System\Windows\Forms\Controls\ComboBox\ComboBox.ACNativeWindow.cs (1)
71if (m.MsgInternal == PInvokeCore.WM_NCDESTROY)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3879case PInvokeCore.WM_NCDESTROY:
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
4647if (m.Msg == (int)PInvokeCore.WM_NCDESTROY)
System\Windows\Forms\Form.cs (1)
7180case PInvokeCore.WM_NCDESTROY:
System\Windows\Forms\NativeWindow.cs (1)
369if (msg == PInvokeCore.WM_NCDESTROY)
System.Windows.Forms.Tests (7)
System\Windows\Forms\MessageTests.cs (1)
294yield return new object[] { PInvokeCore.WM_NCDESTROY, " (WM_NCDESTROY)" };
System\Windows\Forms\NativeWindowTests.cs (6)
268[InlineData((int)PInvokeCore.WM_NCDESTROY)] 319[InlineData((int)PInvokeCore.WM_NCDESTROY)] 386[InlineData((int)PInvokeCore.WM_NCDESTROY)] 447[InlineData((int)PInvokeCore.WM_NCDESTROY)] 498[InlineData((int)PInvokeCore.WM_NCDESTROY)] 519[InlineData((int)PInvokeCore.WM_NCDESTROY)]