27 references to Right
PresentationCore (12)
MS\Internal\SynchronizedInputHelper.cs (2)
203case MouseButton.Right: 253case MouseButton.Right:
System\Windows\Input\Command\MouseGesture.cs (1)
202case MouseButton.Right:
System\Windows\Input\MouseButton.cs (1)
76case MouseButton.Right:
System\Windows\Input\MouseButtonEventArgs.cs (1)
86case MouseButton.Right:
System\Windows\Input\MouseDevice.cs (3)
536return GetButtonState(MouseButton.Right); 1973MouseButtonEventArgs previewDown = new MouseButtonEventArgs(this, rawMouseInputReport.Timestamp, MouseButton.Right, GetStylusDevice(e.StagingItem)); 1982MouseButtonEventArgs previewUp = new MouseButtonEventArgs(this, rawMouseInputReport.Timestamp, MouseButton.Right, GetStylusDevice(e.StagingItem));
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2011_mouseRightButtonState = mouseDevice.GetButtonStateFromSystem(MouseButton.Right);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1274if (mouseButton == MouseButton.Right)
System\Windows\Input\Win32MouseDevice.cs (1)
61case MouseButton.Right:
System\Windows\UIElement.cs (1)
2207case MouseButton.Right:
PresentationFramework (11)
System\Windows\Controls\ListBox.cs (1)
752else if (mouseButton == MouseButton.Right) // Right mouse button
System\Windows\Controls\ListBoxItem.cs (1)
273HandleMouseButtonDown(MouseButton.Right);
System\Windows\Controls\Menu.cs (1)
273if (e.ChangedButton != MouseButton.Left && e.ChangedButton != MouseButton.Right)
System\Windows\Controls\MenuItem.cs (3)
1489if (e.ChangedButton == MouseButton.Left || (e.ChangedButton == MouseButton.Right && InsideContextMenu)) 1511if (e.ChangedButton == MouseButton.Left || (e.ChangedButton == MouseButton.Right && InsideContextMenu)) 1543if (e.ChangedButton != MouseButton.Right || InsideContextMenu)
System\Windows\Controls\PopupControlService.cs (1)
207if ((e.ChangedButton == MouseButton.Right) &&
System\Windows\Controls\Primitives\MenuBase.cs (2)
163if (e.ChangedButton == MouseButton.Left || e.ChangedButton == MouseButton.Right) 177else if (e.ChangedButton == MouseButton.Right && IgnoreNextRightRelease)
System\windows\Documents\TextEditorContextMenu.cs (1)
123TextEditorMouse.SetCaretPositionOnMouseEvent(This, renderScopeMouseDownPoint, MouseButton.Right, 1 /* clickCount */);
System\windows\Documents\TextEditorMouse.cs (1)
105if (changedButton == MouseButton.Right || clickCount == 1)
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1857e.ChangedButton != MouseButton.Right &&
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroup.cs (2)
312if (e.ClickCount == 1 || e.ChangedButton == MouseButton.Right ) 379else if (e.ChangedButton == MouseButton.Right)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1135if (e.ChangedButton == MouseButton.Left || e.ChangedButton == MouseButton.Right)