5 references to WM_NCRBUTTONUP
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
129PInvokeCore.WM_NCRBUTTONUP => "WM_NCRBUTTONUP",
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\ControlDesigner.cs (3)
2004case PInvokeCore.WM_NCRBUTTONUP: 2007button = m.MsgInternal == PInvokeCore.WM_NCRBUTTONUP || m.MsgInternal == PInvokeCore.WM_RBUTTONUP 2332or PInvokeCore.WM_NCRBUTTONUP
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
305yield return new object[] { PInvokeCore.WM_NCRBUTTONUP, " (WM_NCRBUTTONUP)" };