7 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)
3184case 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)
3866case PInvokeCore.WM_NCDESTROY:
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
4666if (m.Msg == (int)PInvokeCore.WM_NCDESTROY)
System\Windows\Forms\Form.cs (1)
7179case PInvokeCore.WM_NCDESTROY:
System\Windows\Forms\NativeWindow.cs (1)
369if (msg == PInvokeCore.WM_NCDESTROY)