16 references to LastPage
PresentationFramework (13)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
184NavigationCommands.LastPage,
System\Windows\Controls\DocumentViewer.cs (3)
1692NavigationCommands.LastPage, 1819|| args.Command == NavigationCommands.LastPage) 1936else if (args.Command == NavigationCommands.LastPage)
System\Windows\Controls\FlowDocumentReader.cs (2)
1364CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.LastPage, 1481else if (args.Command == NavigationCommands.LastPage)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1366CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.LastPage, 1519else if (args.Command == NavigationCommands.LastPage)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1476CommandHelpers.RegisterCommandHandler(typeof(DocumentViewerBase), NavigationCommands.LastPage, 1551else if (args.Command == NavigationCommands.LastPage)
System\Windows\Controls\SinglePageViewer.cs (2)
1281CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.LastPage, new KeyGesture(Key.End))); 1282CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.LastPage, new KeyGesture(Key.End, ModifierKeys.Control)));
System\Windows\Input\Command\CommandConverter.cs (1)
295knownCommand = NavigationCommands.LastPage;
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
1423else if (e.Command.Equals(NavigationCommands.LastPage)) 1448else if (e.Command.Equals(NavigationCommands.LastPage)) 2098BindCommand(NavigationCommands.LastPage, executeHandler, queryEnabledHandler);