14 references to PreviousPage
PresentationFramework (14)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
156
NavigationCommands.
PreviousPage
,
System\Windows\Controls\DocumentViewer.cs (3)
1604
NavigationCommands.
PreviousPage
,
1750
else if (args.Command == NavigationCommands.
PreviousPage
1863
else if (args.Command == NavigationCommands.
PreviousPage
)
System\Windows\Controls\FlowDocumentReader.cs (2)
1335
CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.
PreviousPage
,
1452
else if (args.Command == NavigationCommands.
PreviousPage
)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1341
CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.
PreviousPage
,
1477
else if (args.Command == NavigationCommands.
PreviousPage
)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1430
CommandHelpers.RegisterCommandHandler(typeof(DocumentViewerBase), NavigationCommands.
PreviousPage
,
1505
if (args.Command == NavigationCommands.
PreviousPage
)
System\Windows\Controls\SinglePageViewer.cs (3)
1271
CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.
PreviousPage
, new KeyGesture(Key.Left)));
1272
CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.
PreviousPage
, new KeyGesture(Key.Up)));
1273
CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.
PreviousPage
, new KeyGesture(Key.PageUp)));
System\Windows\Input\Command\CommandConverter.cs (1)
283
knownCommand = NavigationCommands.
PreviousPage
;