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