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