14 references to PreviousPage
PresentationFramework (14)
src\Framework\MS\Internal\Documents\DocumentGridContextMenu.cs (1)
195
NavigationCommands.
PreviousPage
,
src\Framework\System\Windows\Controls\DocumentViewer.cs (3)
1696
NavigationCommands.
PreviousPage
,
1844
else if (args.Command == NavigationCommands.
PreviousPage
1958
else if (args.Command == NavigationCommands.
PreviousPage
)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (2)
1358
CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.
PreviousPage
,
1475
else if (args.Command == NavigationCommands.
PreviousPage
)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1362
CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.
PreviousPage
,
1513
else if (args.Command == NavigationCommands.
PreviousPage
)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1476
CommandHelpers.RegisterCommandHandler(typeof(DocumentViewerBase), NavigationCommands.
PreviousPage
,
1551
if (args.Command == NavigationCommands.
PreviousPage
)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (3)
1280
CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.
PreviousPage
, new KeyGesture(Key.Left)));
1281
CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.
PreviousPage
, new KeyGesture(Key.Up)));
1282
CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.
PreviousPage
, new KeyGesture(Key.PageUp)));
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
299
knownCommand = NavigationCommands.
PreviousPage
;