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