23 references to End
PresentationFramework (18)
src\Framework\System\Windows\Controls\Calendar.cs (1)
1313case Key.End:
src\Framework\System\Windows\Controls\ComboBox.cs (1)
1430case Key.End:
src\Framework\System\Windows\Controls\DataGrid.cs (1)
5538case Key.End:
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
1720new KeyGesture(Key.End, ModifierKeys.Control));
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1375executedHandler, canExecuteHandler, new KeyGesture(Key.End), new KeyGesture(Key.End, ModifierKeys.Control));
src\Framework\System\Windows\Controls\ListBox.cs (1)
393case Key.End:
src\Framework\System\Windows\Controls\Primitives\ScrollBar.cs (2)
712CommandHelpers.RegisterCommandHandler(typeof(ScrollBar), ScrollBar.ScrollToBottomCommand, onScrollCommand, onQueryScrollCommand, new KeyGesture(Key.End, ModifierKeys.Control)); 719CommandHelpers.RegisterCommandHandler(typeof(ScrollBar), ScrollBar.ScrollToRightEndCommand, onScrollCommand, onQueryScrollCommand, Key.End);
src\Framework\System\Windows\Controls\ScrollViewer.cs (1)
1125case Key.End:
src\Framework\System\Windows\Controls\SinglePageViewer.cs (2)
1288CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.LastPage, new KeyGesture(Key.End))); 1289CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.LastPage, new KeyGesture(Key.End, ModifierKeys.Control)));
src\Framework\System\Windows\Controls\Slider.cs (1)
167Key.End);
src\Framework\System\Windows\Controls\TabControl.cs (1)
441case Key.End:
src\Framework\System\Windows\Controls\ToolBar.cs (1)
669case Key.End:
src\Framework\System\Windows\Controls\TreeView.cs (3)
527case Key.End: 556case Key.End: 671case Key.End:
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (1)
780else if (!this.IsEditable && e.Key == Key.End)
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)
UIAutomationClient (1)
MS\Internal\Automation\Input.cs (1)
123|| key == Key.End
WindowsBase (2)
Base\System\Windows\Input\KeyInterop.cs (2)
99key = Key.End; 794case Key.End: