5 references to WM_NCRBUTTONDBLCLK
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
130PInvokeCore.WM_NCRBUTTONDBLCLK => "WM_NCRBUTTONDBLCLK",
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ControlDesigner.cs (3)
1859case PInvokeCore.WM_NCRBUTTONDBLCLK: 1861button = m.MsgInternal == PInvokeCore.WM_NCRBUTTONDBLCLK || m.MsgInternal == PInvokeCore.WM_RBUTTONDBLCLK 2333or PInvokeCore.WM_NCRBUTTONDBLCLK
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
306yield return new object[] { PInvokeCore.WM_NCRBUTTONDBLCLK, " (WM_NCRBUTTONDBLCLK)" };