13 references to LastPage
PresentationFramework (13)
src\Framework\MS\Internal\Documents\DocumentGridContextMenu.cs (1)
216NavigationCommands.LastPage,
src\Framework\System\Windows\Controls\DocumentViewer.cs (3)
1717NavigationCommands.LastPage, 1852|| args.Command == NavigationCommands.LastPage) 1970else if (args.Command == NavigationCommands.LastPage)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (2)
1370CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.LastPage, 1487else if (args.Command == NavigationCommands.LastPage)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1374CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.LastPage, 1527else if (args.Command == NavigationCommands.LastPage)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1488CommandHelpers.RegisterCommandHandler(typeof(DocumentViewerBase), NavigationCommands.LastPage, 1563else if (args.Command == NavigationCommands.LastPage)
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\Input\Command\CommandConverter.cs (1)
305knownCommand = NavigationCommands.LastPage;