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