21 references to RightCtrl
PresentationCore (3)
Core\CSharp\System\Windows\Input\Command\KeyGesture.cs (1)
226
case Key.
RightCtrl
:
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (1)
238
if(IsKeyDown_private(Key.LeftCtrl) || IsKeyDown_private(Key.
RightCtrl
))
Core\CSharp\System\Windows\Input\Win32KeyboardDevice.cs (1)
87
case Key.
RightCtrl
:
PresentationFramework (4)
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
1304
Keyboard.IsKeyDown(Key.
RightCtrl
))
src\Framework\System\windows\Documents\TextEditorTyping.cs (3)
327
else if ((e.Key == Key.
RightCtrl
|| e.Key == Key.LeftCtrl) && //
332
else if (e.Key == Key.
RightCtrl
|| e.Key == Key.LeftCtrl)
362
case Key.
RightCtrl
:
System.Activities.Presentation (10)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelection.cs (1)
402
e.Key == Key.PageUp || e.Key == Key.PageDown || e.Key == Key.Home || e.Key == Key.End || e.Key == Key.LeftCtrl || e.Key == Key.
RightCtrl
)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
674
(Keyboard.IsKeyDown(Key.LeftCtrl)) || (Keyboard.IsKeyDown(Key.
RightCtrl
)))
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
727
if (Keyboard.IsKeyDown(Key.LeftCtrl) || Keyboard.IsKeyDown(Key.
RightCtrl
))
System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (1)
153
this.Select(Keyboard.IsKeyDown(Key.LeftCtrl) || Keyboard.IsKeyDown(Key.
RightCtrl
));
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
635
if (Keyboard.IsKeyDown(Key.LeftCtrl) || Keyboard.IsKeyDown(Key.
RightCtrl
))
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
520
if (Keyboard.IsKeyDown(Key.LeftCtrl) || Keyboard.IsKeyDown(Key.
RightCtrl
))
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (4)
600
if (!Keyboard.IsKeyDown(Key.LeftCtrl) && !Keyboard.IsKeyDown(Key.
RightCtrl
))
627
if (!Keyboard.IsKeyDown(Key.LeftCtrl) && !Keyboard.IsKeyDown(Key.
RightCtrl
))
766
if (Keyboard.IsKeyDown(Key.LeftCtrl) || Keyboard.IsKeyDown(Key.
RightCtrl
))
825
if (Keyboard.IsKeyDown(Key.LeftCtrl) || Keyboard.IsKeyDown(Key.
RightCtrl
))
UIAutomationClient (1)
MS\Internal\Automation\Input.cs (1)
118
|| key == Key.
RightCtrl
WindowsBase (3)
Base\System\Windows\Input\KeyConverter.cs (1)
197
case "RIGHTCTRL": keyFound = Key.
RightCtrl
; break;
Base\System\Windows\Input\KeyInterop.cs (2)
493
key = Key.
RightCtrl
;
1186
case Key.
RightCtrl
: