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