25 references to Right
PresentationCore (10)
Core\CSharp\MS\Internal\SynchronizedInputHelper.cs (2)
199
case MouseButton.
Right
:
249
case MouseButton.
Right
:
Core\CSharp\System\Windows\Input\Command\MouseGesture.cs (1)
205
case MouseButton.
Right
:
Core\CSharp\System\Windows\Input\MouseButton.cs (1)
73
case MouseButton.
Right
:
Core\CSharp\System\Windows\Input\MouseButtonEventArgs.cs (1)
81
case MouseButton.
Right
:
Core\CSharp\System\Windows\Input\MouseDevice.cs (3)
582
return GetButtonState(MouseButton.
Right
);
2058
MouseButtonEventArgs previewDown = new MouseButtonEventArgs(this, rawMouseInputReport.Timestamp, MouseButton.
Right
, GetStylusDevice(e.StagingItem));
2067
MouseButtonEventArgs previewUp = new MouseButtonEventArgs(this, rawMouseInputReport.Timestamp, MouseButton.
Right
, GetStylusDevice(e.StagingItem));
Core\CSharp\System\Windows\Input\Win32MouseDevice.cs (1)
71
case MouseButton.
Right
:
Core\CSharp\System\Windows\UIElement.cs (1)
2233
case MouseButton.
Right
:
PresentationFramework (11)
src\Framework\System\Windows\Controls\ListBox.cs (1)
707
else if (mouseButton == MouseButton.
Right
) // Right mouse button
src\Framework\System\Windows\Controls\ListBoxItem.cs (1)
273
HandleMouseButtonDown(MouseButton.
Right
);
src\Framework\System\Windows\Controls\Menu.cs (1)
294
if (e.ChangedButton != MouseButton.Left && e.ChangedButton != MouseButton.
Right
)
src\Framework\System\Windows\Controls\MenuItem.cs (3)
1519
if (e.ChangedButton == MouseButton.Left || (e.ChangedButton == MouseButton.
Right
&& InsideContextMenu))
1547
if (e.ChangedButton == MouseButton.Left || (e.ChangedButton == MouseButton.
Right
&& InsideContextMenu))
1579
if (e.ChangedButton != MouseButton.
Right
|| InsideContextMenu)
src\Framework\System\Windows\Controls\PopupControlService.cs (1)
187
if ((e.ChangedButton == MouseButton.
Right
) &&
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (2)
165
if (e.ChangedButton == MouseButton.Left || e.ChangedButton == MouseButton.
Right
)
179
else if (e.ChangedButton == MouseButton.
Right
&& IgnoreNextRightRelease)
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (1)
132
TextEditorMouse.SetCaretPositionOnMouseEvent(This, renderScopeMouseDownPoint, MouseButton.
Right
, 1 /* clickCount */);
src\Framework\System\windows\Documents\TextEditorMouse.cs (1)
107
if (changedButton == MouseButton.
Right
|| clickCount == 1)
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\CaseKeyBox.xaml.cs (1)
158
if (e.ChangedButton == MouseButton.
Right
&& e.RightButton == MouseButtonState.Released)
System\Activities\Core\Presentation\StateMachineConnetionPointsAdorner.cs (2)
45
if (e.ChangedButton == MouseButton.
Right
)
54
if (e.ChangedButton == MouseButton.
Right
)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\ScrollViewerPanner.cs (1)
143
case MouseButton.
Right
: