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