27 references to Right
PresentationCore (12)
MS\Internal\SynchronizedInputHelper.cs (2)
196case MouseButton.Right: 246case MouseButton.Right:
System\Windows\Input\Command\MouseGesture.cs (1)
199case MouseButton.Right:
System\Windows\Input\MouseButton.cs (1)
71case MouseButton.Right:
System\Windows\Input\MouseButtonEventArgs.cs (1)
83case MouseButton.Right:
System\Windows\Input\MouseDevice.cs (3)
499return GetButtonState(MouseButton.Right); 1964MouseButtonEventArgs previewDown = new MouseButtonEventArgs(this, rawMouseInputReport.Timestamp, MouseButton.Right, GetStylusDevice(e.StagingItem)) 1974MouseButtonEventArgs previewUp = new MouseButtonEventArgs(this, rawMouseInputReport.Timestamp, MouseButton.Right, GetStylusDevice(e.StagingItem))
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
2015_mouseRightButtonState = mouseDevice.GetButtonStateFromSystem(MouseButton.Right);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1243if (mouseButton == MouseButton.Right)
System\Windows\Input\Win32MouseDevice.cs (1)
48case MouseButton.Right:
System\Windows\UIElement.cs (1)
2192case MouseButton.Right:
PresentationFramework (11)
System\Windows\Controls\ListBox.cs (1)
747else if (mouseButton == MouseButton.Right) // Right mouse button
System\Windows\Controls\ListBoxItem.cs (1)
263HandleMouseButtonDown(MouseButton.Right);
System\Windows\Controls\Menu.cs (1)
263if (e.ChangedButton != MouseButton.Left && e.ChangedButton != MouseButton.Right)
System\Windows\Controls\MenuItem.cs (3)
1475if (e.ChangedButton == MouseButton.Left || (e.ChangedButton == MouseButton.Right && InsideContextMenu)) 1497if (e.ChangedButton == MouseButton.Left || (e.ChangedButton == MouseButton.Right && InsideContextMenu)) 1529if (e.ChangedButton != MouseButton.Right || InsideContextMenu)
System\Windows\Controls\PopupControlService.cs (1)
197if ((e.ChangedButton == MouseButton.Right) &&
System\Windows\Controls\Primitives\MenuBase.cs (2)
154if (e.ChangedButton == MouseButton.Left || e.ChangedButton == MouseButton.Right) 168else if (e.ChangedButton == MouseButton.Right && IgnoreNextRightRelease)
System\windows\Documents\TextEditorContextMenu.cs (1)
121TextEditorMouse.SetCaretPositionOnMouseEvent(This, renderScopeMouseDownPoint, MouseButton.Right, 1 /* clickCount */);
System\windows\Documents\TextEditorMouse.cs (1)
91if (changedButton == MouseButton.Right || clickCount == 1)
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1829e.ChangedButton != MouseButton.Right &&
Microsoft\Windows\Controls\Ribbon\RibbonContextualTabGroup.cs (2)
310if (e.ClickCount == 1 || e.ChangedButton == MouseButton.Right ) 377else if (e.ChangedButton == MouseButton.Right)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1128if (e.ChangedButton == MouseButton.Left || e.ChangedButton == MouseButton.Right)