17 references to RightButton
PresentationFramework (3)
src\Framework\System\Windows\Controls\PopupControlService.cs (1)
188(e.RightButton == MouseButtonState.Released))
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
1127e.RightButton == MouseButtonState.Released)
src\Framework\System\windows\Documents\TextEditorMouse.cs (1)
326if (e.RightButton != MouseButtonState.Released)
System.Activities.Core.Presentation (11)
System\Activities\Core\Presentation\CaseDesigner.xaml.cs (2)
112else if (e.RightButton == MouseButtonState.Pressed) 125if (!this.ShowExpanded && e.RightButton == MouseButtonState.Released)
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (1)
158if (e.ChangedButton == MouseButton.Right && e.RightButton == MouseButtonState.Released)
System\Activities\Core\Presentation\CatchDesigner.xaml.cs (2)
101else if (e.RightButton == MouseButtonState.Pressed) 114if (!this.ShowExpanded && e.RightButton == MouseButtonState.Released)
System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (2)
323else if (e.RightButton == MouseButtonState.Pressed) 336if (!IsDefaultCaseViewExpanded() && e.RightButton == MouseButtonState.Released)
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (4)
364else if (e.RightButton == MouseButtonState.Pressed) 377if (!IsExpanded(this.ShowFinallyExpanded) && e.RightButton == MouseButtonState.Released) 401else if (e.RightButton == MouseButtonState.Pressed) 414if (!IsExpanded(this.ShowTryExpanded) && e.RightButton == MouseButtonState.Released)
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
633if (e.RightButton == MouseButtonState.Pressed)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
518if (e.RightButton == MouseButtonState.Pressed)
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
623if (e.RightButton == MouseButtonState.Pressed)