14 references to NextPage
PresentationFramework (14)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
164NavigationCommands.NextPage,
System\Windows\Controls\DocumentViewer.cs (3)
1612NavigationCommands.NextPage, 1758else if (args.Command == NavigationCommands.NextPage 1868else if (args.Command == NavigationCommands.NextPage)
System\Windows\Controls\FlowDocumentReader.cs (2)
1340CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.NextPage, 1457else if (args.Command == NavigationCommands.NextPage)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1346CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.NextPage, 1474else if (args.Command == NavigationCommands.NextPage)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1435CommandHelpers.RegisterCommandHandler(typeof(DocumentViewerBase), NavigationCommands.NextPage, 1510else if (args.Command == NavigationCommands.NextPage)
System\Windows\Controls\SinglePageViewer.cs (3)
1275CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.NextPage, new KeyGesture(Key.Right))); 1276CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.NextPage, new KeyGesture(Key.Down))); 1277CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.NextPage, new KeyGesture(Key.PageDown)));
System\Windows\Input\Command\CommandConverter.cs (1)
281knownCommand = NavigationCommands.NextPage;