32 references to WM_RBUTTONDOWN
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
168
PInvokeCore.
WM_RBUTTONDOWN
=> "WM_RBUTTONDOWN",
System.Windows.Forms (10)
System\Windows\Forms\ActiveX\AxHost.cs (1)
3096
case PInvokeCore.
WM_RBUTTONDOWN
:
System\Windows\Forms\Control.cs (1)
12571
case PInvokeCore.
WM_RBUTTONDOWN
:
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1703
case PInvokeCore.
WM_RBUTTONDOWN
:
System\Windows\Forms\Controls\ListView\ListView.cs (1)
7071
case PInvokeCore.
WM_RBUTTONDOWN
:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.MouseHook.cs (1)
119
case PInvokeCore.
WM_RBUTTONDOWN
:
System\Windows\Forms\Controls\ToolStrips\ToolStrip.RestoreFocusMessageFilter.cs (1)
29
case PInvokeCore.
WM_RBUTTONDOWN
:
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.ModalMenuFilter.cs (1)
612
case PInvokeCore.
WM_RBUTTONDOWN
:
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3370
case PInvokeCore.
WM_RBUTTONDOWN
:
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
402
case PInvokeCore.
WM_RBUTTONDOWN
:
System\Windows\Forms\NotifyIcon.cs (1)
758
case PInvokeCore.
WM_RBUTTONDOWN
:
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.cs (1)
357
case PInvokeCore.
WM_RBUTTONDOWN
:
System\Windows\Forms\Design\ControlDesigner.cs (2)
1883
case PInvokeCore.
WM_RBUTTONDOWN
:
1884
button = m.MsgInternal == PInvokeCore.WM_NCRBUTTONDOWN || m.MsgInternal == PInvokeCore.
WM_RBUTTONDOWN
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
2521
case PInvokeCore.
WM_RBUTTONDOWN
:
System.Windows.Forms.Tests (17)
System\Windows\Forms\ControlTests.Methods.cs (8)
13376
yield return new object[] { true, (int)PInvokeCore.
WM_RBUTTONDOWN
, IntPtr.Zero, IntPtr.Zero, (IntPtr)250, MouseButtons.Right, 1, 0, 0 };
13377
yield return new object[] { true, (int)PInvokeCore.
WM_RBUTTONDOWN
, PARAM.FromLowHigh(1, 2), IntPtr.Zero, (IntPtr)250, MouseButtons.Right, 1, 1, 2 };
13378
yield return new object[] { true, (int)PInvokeCore.
WM_RBUTTONDOWN
, PARAM.FromLowHigh(-1, -2), IntPtr.Zero, (IntPtr)250, MouseButtons.Right, 1, -1, -2 };
13379
yield return new object[] { false, (int)PInvokeCore.
WM_RBUTTONDOWN
, IntPtr.Zero, IntPtr.Zero, IntPtr.Zero, MouseButtons.Right, 1, 0, 0 };
13380
yield return new object[] { false, (int)PInvokeCore.
WM_RBUTTONDOWN
, PARAM.FromLowHigh(1, 2), IntPtr.Zero, IntPtr.Zero, MouseButtons.Right, 1, 1, 2 };
13381
yield return new object[] { false, (int)PInvokeCore.
WM_RBUTTONDOWN
, PARAM.FromLowHigh(-1, -2), IntPtr.Zero, IntPtr.Zero, MouseButtons.Right, 1, -1, -2 };
13509
[InlineData((int)PInvokeCore.
WM_RBUTTONDOWN
)]
13629
[InlineData((int)PInvokeCore.
WM_RBUTTONDOWN
)]
System\Windows\Forms\MessageTests.cs (1)
344
yield return new object[] { PInvokeCore.
WM_RBUTTONDOWN
, " (WM_RBUTTONDOWN)" };
TextBoxBaseTests.cs (8)
7197
yield return new object[] { true, (int)PInvokeCore.
WM_RBUTTONDOWN
, IntPtr.Zero, IntPtr.Zero, (IntPtr)250, MouseButtons.Right, 1, 0, 0 };
7198
yield return new object[] { true, (int)PInvokeCore.
WM_RBUTTONDOWN
, PARAM.FromLowHigh(1, 2), IntPtr.Zero, (IntPtr)250, MouseButtons.Right, 1, 1, 2 };
7199
yield return new object[] { true, (int)PInvokeCore.
WM_RBUTTONDOWN
, PARAM.FromLowHigh(-1, -2), IntPtr.Zero, (IntPtr)250, MouseButtons.Right, 1, -1, -2 };
7200
yield return new object[] { false, (int)PInvokeCore.
WM_RBUTTONDOWN
, IntPtr.Zero, IntPtr.Zero, IntPtr.Zero, MouseButtons.Right, 1, 0, 0 };
7201
yield return new object[] { false, (int)PInvokeCore.
WM_RBUTTONDOWN
, PARAM.FromLowHigh(1, 2), IntPtr.Zero, IntPtr.Zero, MouseButtons.Right, 1, 1, 2 };
7202
yield return new object[] { false, (int)PInvokeCore.
WM_RBUTTONDOWN
, PARAM.FromLowHigh(-1, -2), IntPtr.Zero, IntPtr.Zero, MouseButtons.Right, 1, -1, -2 };
7330
[InlineData((int)PInvokeCore.
WM_RBUTTONDOWN
)]
7450
[InlineData((int)PInvokeCore.
WM_RBUTTONDOWN
)]