13 references to LastPage
PresentationFramework (13)
src\Framework\MS\Internal\Documents\DocumentGridContextMenu.cs (1)
216
NavigationCommands.
LastPage
,
src\Framework\System\Windows\Controls\DocumentViewer.cs (3)
1717
NavigationCommands.
LastPage
,
1852
|| args.Command == NavigationCommands.
LastPage
)
1970
else if (args.Command == NavigationCommands.
LastPage
)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (2)
1370
CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.
LastPage
,
1487
else if (args.Command == NavigationCommands.
LastPage
)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1374
CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.
LastPage
,
1527
else if (args.Command == NavigationCommands.
LastPage
)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1488
CommandHelpers.RegisterCommandHandler(typeof(DocumentViewerBase), NavigationCommands.
LastPage
,
1563
else if (args.Command == NavigationCommands.
LastPage
)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (2)
1288
CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.
LastPage
, new KeyGesture(Key.End)));
1289
CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.
LastPage
, new KeyGesture(Key.End, ModifierKeys.Control)));
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
305
knownCommand = NavigationCommands.
LastPage
;