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