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)
1127
e.
RightButton
== MouseButtonState.Released)
src\Framework\System\windows\Documents\TextEditorMouse.cs (1)
326
if (e.
RightButton
!= MouseButtonState.Released)
System.Activities.Core.Presentation (11)
System\Activities\Core\Presentation\CaseDesigner.xaml.cs (2)
112
else if (e.
RightButton
== MouseButtonState.Pressed)
125
if (!this.ShowExpanded && e.
RightButton
== MouseButtonState.Released)
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (1)
158
if (e.ChangedButton == MouseButton.Right && e.
RightButton
== MouseButtonState.Released)
System\Activities\Core\Presentation\CatchDesigner.xaml.cs (2)
101
else if (e.
RightButton
== MouseButtonState.Pressed)
114
if (!this.ShowExpanded && e.
RightButton
== MouseButtonState.Released)
System\Activities\Core\Presentation\SwitchDesigner.xaml.cs (2)
323
else if (e.
RightButton
== MouseButtonState.Pressed)
336
if (!IsDefaultCaseViewExpanded() && e.
RightButton
== MouseButtonState.Released)
System\Activities\Core\Presentation\TryCatchDesigner.xaml.cs (4)
364
else if (e.
RightButton
== MouseButtonState.Pressed)
377
if (!IsExpanded(this.ShowFinallyExpanded) && e.
RightButton
== MouseButtonState.Released)
401
else if (e.
RightButton
== MouseButtonState.Pressed)
414
if (!IsExpanded(this.ShowTryExpanded) && e.
RightButton
== MouseButtonState.Released)
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
633
if (e.
RightButton
== MouseButtonState.Pressed)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
518
if (e.
RightButton
== MouseButtonState.Pressed)
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (1)
623
if (e.
RightButton
== MouseButtonState.Pressed)