8 references to WM_NCMBUTTONDBLCLK
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
133PInvokeCore.WM_NCMBUTTONDBLCLK => "WM_NCMBUTTONDBLCLK",
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
2112if (m.Msg is >= ((int)PInvokeCore.WM_NCLBUTTONDOWN) and <= ((int)PInvokeCore.WM_NCMBUTTONDBLCLK))
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.ModalMenuFilter.cs (1)
505else if (m.Msg is >= ((int)PInvokeCore.WM_NCLBUTTONDOWN) and <= ((int)PInvokeCore.WM_NCMBUTTONDBLCLK))
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\ControlDesigner.cs (4)
1780|| (m.MsgInternal >= PInvokeCore.WM_NCMOUSEMOVE && m.MsgInternal <= PInvokeCore.WM_NCMBUTTONDBLCLK) 1796else if (m.MsgInternal >= PInvokeCore.WM_NCMOUSEMOVE && m.MsgInternal <= PInvokeCore.WM_NCMBUTTONDBLCLK) 1839case PInvokeCore.WM_NCMBUTTONDBLCLK: 2336or PInvokeCore.WM_NCMBUTTONDBLCLK
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
309yield return new object[] { PInvokeCore.WM_NCMBUTTONDBLCLK, " (WM_NCMBUTTONDBLCLK)" };