46 references to Right
PresentationFramework (31)
src\Framework\MS\Internal\Documents\DocumentViewerHelper.cs (1)
360if (e.Key == Key.Left || e.Key == Key.Right || e.Key == Key.Up || e.Key == Key.Down)
src\Framework\System\Windows\Controls\Calendar.cs (1)
1289case Key.Right:
src\Framework\System\Windows\Controls\ComboBox.cs (1)
1445case Key.Right:
src\Framework\System\Windows\Controls\DataGrid.cs (5)
5531case Key.Right: 5561case Key.Right: 5680rtlKey = Key.Right; 5682else if (rtlKey == Key.Right) 5735case Key.Right:
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
1651Key.Right);
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1399executedHandler, canExecuteHandler, Key.Right);
src\Framework\System\Windows\Controls\GridSplitter.cs (1)
723case Key.Right:
src\Framework\System\Windows\Controls\ListBox.cs (2)
351case Key.Right: 363((key == Key.Right&& IsLogicalVertical && DoubleUtil.GreaterThan(ScrollHost.ScrollableWidth, ScrollHost.HorizontalOffset))) ||
src\Framework\System\Windows\Controls\Menu.cs (1)
228case Key.Right:
src\Framework\System\Windows\Controls\MenuItem.cs (4)
1939if (key == Key.Right) 1945key = Key.Right; 1967case Key.Right: 2414if (key == Key.Left || key == Key.Right || key == Key.Up || key == Key.Down)
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (1)
715CommandHelpers.RegisterCommandHandler(typeof(ScrollBar), ScrollBar.LineRightCommand, onScrollCommand, onQueryScrollCommand, Key.Right);
src\Framework\System\Windows\Controls\ScrollViewer.cs (2)
969if (e.Key == Key.Left || e.Key == Key.Right || e.Key == Key.Up || e.Key == Key.Down) 1101case Key.Right:
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
1283CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.NextPage, new KeyGesture(Key.Right)));
src\Framework\System\Windows\Controls\Slider.cs (2)
157new SliderGesture(Key.Right, Key.Left, true)); 161new SliderGesture(Key.Left, Key.Right, true));
src\Framework\System\Windows\Controls\TreeView.cs (2)
525case Key.Right: 656case Key.Right:
src\Framework\System\Windows\Controls\TreeViewItem.cs (2)
597case Key.Right: 650return (!invert && (key == Key.Left)) || (invert && (key == Key.Right));
src\Framework\System\Windows\Input\KeyboardNavigation.cs (3)
1322case Key.Right: 1357case Key.Right: 1496case Key.Right:
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
1979else if ((new List<Key> { Key.Left, Key.Right, Key.Up, Key.Down }).Contains(e.Key)
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (1)
2143else if ((new List<Key> { Key.Left, Key.Right, Key.Up, Key.Down }).Contains(e.Key)
System.Activities.Presentation (9)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (2)
759if (e.Key == Key.Left || e.Key == Key.Right || e.Key == Key.Up || e.Key == Key.Down) 774if ((e.Key == Key.Right && !selectionStop.IsExpanded) ||
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (1)
770else if (e.Key == Key.Down || (!this.IsEditable && e.Key == Key.Right))
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelection.cs (1)
400if (e.Key == Key.Left || e.Key == Key.Right || e.Key == Key.Up || e.Key == Key.Down ||
System.Activities.Presentation\System\Activities\Presentation\DefaultCommandExtensionCallback.cs (1)
57new List<KeyGesture> { new KeyGesture(Key.Right, ModifierKeys.Alt, "Alt + Right Arrow") });
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (1)
107case Key.Right:
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (3)
691if ((e.Key == Key.Up) || (e.Key == Key.Down) || (e.Key == Key.Left) || (e.Key == Key.Right)) 938if (null != breadcrumbItems && breadcrumbItems.Items.Count > 0 && Keyboard.Modifiers == ModifierKeys.None && (e.Key == Key.Left || e.Key == Key.Right)) 945if (e.Key == Key.Right && last.IsKeyboardFocusWithin)
UIAutomationClient (1)
MS\Internal\Automation\Input.cs (1)
129|| key == Key.Right
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
2326key = cMoves > 0 ? Key.Right : Key.Left;
WindowsBase (2)
Base\System\Windows\Input\KeyInterop.cs (2)
115key = Key.Right; 810case Key.Right: