14 references to NextPage
PresentationFramework (14)
src\Framework\MS\Internal\Documents\DocumentGridContextMenu.cs (1)
202NavigationCommands.NextPage,
src\Framework\System\Windows\Controls\DocumentViewer.cs (3)
1703NavigationCommands.NextPage, 1851else if (args.Command == NavigationCommands.NextPage 1962else if (args.Command == NavigationCommands.NextPage)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (2)
1362CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.NextPage, 1479else if (args.Command == NavigationCommands.NextPage)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1366CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.NextPage, 1506else if (args.Command == NavigationCommands.NextPage)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1480CommandHelpers.RegisterCommandHandler(typeof(DocumentViewerBase), NavigationCommands.NextPage, 1555else if (args.Command == NavigationCommands.NextPage)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (3)
1283CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.NextPage, new KeyGesture(Key.Right))); 1284CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.NextPage, new KeyGesture(Key.Down))); 1285CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.NextPage, new KeyGesture(Key.PageDown)));
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
296knownCommand = NavigationCommands.NextPage;