14 references to PreviousPage
PresentationFramework (14)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
157NavigationCommands.PreviousPage,
System\Windows\Controls\DocumentViewer.cs (3)
1659NavigationCommands.PreviousPage, 1805else if (args.Command == NavigationCommands.PreviousPage 1918else if (args.Command == NavigationCommands.PreviousPage)
System\Windows\Controls\FlowDocumentReader.cs (2)
1348CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.PreviousPage, 1465else if (args.Command == NavigationCommands.PreviousPage)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1357CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.PreviousPage, 1508else if (args.Command == NavigationCommands.PreviousPage)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1449CommandHelpers.RegisterCommandHandler(typeof(DocumentViewerBase), NavigationCommands.PreviousPage, 1524if (args.Command == NavigationCommands.PreviousPage)
System\Windows\Controls\SinglePageViewer.cs (3)
1272CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.PreviousPage, new KeyGesture(Key.Left))); 1273CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.PreviousPage, new KeyGesture(Key.Up))); 1274CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.PreviousPage, new KeyGesture(Key.PageUp)));
System\Windows\Input\Command\CommandConverter.cs (1)
284knownCommand = NavigationCommands.PreviousPage;