16 references to LastPage
PresentationFramework (13)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
177NavigationCommands.LastPage,
System\Windows\Controls\DocumentViewer.cs (3)
1625NavigationCommands.LastPage, 1758|| args.Command == NavigationCommands.LastPage) 1875else if (args.Command == NavigationCommands.LastPage)
System\Windows\Controls\FlowDocumentReader.cs (2)
1347CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.LastPage, 1464else if (args.Command == NavigationCommands.LastPage)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1353CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.LastPage, 1485else if (args.Command == NavigationCommands.LastPage)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1442CommandHelpers.RegisterCommandHandler(typeof(DocumentViewerBase), NavigationCommands.LastPage, 1517else if (args.Command == NavigationCommands.LastPage)
System\Windows\Controls\SinglePageViewer.cs (2)
1279CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.LastPage, new KeyGesture(Key.End))); 1280CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.LastPage, new KeyGesture(Key.End, ModifierKeys.Control)));
System\Windows\Input\Command\CommandConverter.cs (1)
289knownCommand = NavigationCommands.LastPage;
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
1426else if (e.Command.Equals(NavigationCommands.LastPage)) 1451else if (e.Command.Equals(NavigationCommands.LastPage)) 2090BindCommand(NavigationCommands.LastPage, executeHandler, queryEnabledHandler);