16 references to LastPage
PresentationFramework (13)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
178NavigationCommands.LastPage,
System\Windows\Controls\DocumentViewer.cs (3)
1626NavigationCommands.LastPage, 1759|| args.Command == NavigationCommands.LastPage) 1876else if (args.Command == NavigationCommands.LastPage)
System\Windows\Controls\FlowDocumentReader.cs (2)
1348CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.LastPage, 1465else if (args.Command == NavigationCommands.LastPage)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1354CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.LastPage, 1486else if (args.Command == NavigationCommands.LastPage)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1443CommandHelpers.RegisterCommandHandler(typeof(DocumentViewerBase), NavigationCommands.LastPage, 1518else if (args.Command == NavigationCommands.LastPage)
System\Windows\Controls\SinglePageViewer.cs (2)
1280CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.LastPage, new KeyGesture(Key.End))); 1281CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.LastPage, new KeyGesture(Key.End, ModifierKeys.Control)));
System\Windows\Input\Command\CommandConverter.cs (1)
290knownCommand = NavigationCommands.LastPage;
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
1427else if (e.Command.Equals(NavigationCommands.LastPage)) 1452else if (e.Command.Equals(NavigationCommands.LastPage)) 2091BindCommand(NavigationCommands.LastPage, executeHandler, queryEnabledHandler);