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