14 references to NextPage
PresentationFramework (14)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
163
NavigationCommands.
NextPage
,
System\Windows\Controls\DocumentViewer.cs (3)
1611
NavigationCommands.
NextPage
,
1757
else if (args.Command == NavigationCommands.
NextPage
1867
else if (args.Command == NavigationCommands.
NextPage
)
System\Windows\Controls\FlowDocumentReader.cs (2)
1339
CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.
NextPage
,
1456
else if (args.Command == NavigationCommands.
NextPage
)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1345
CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.
NextPage
,
1473
else if (args.Command == NavigationCommands.
NextPage
)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1434
CommandHelpers.RegisterCommandHandler(typeof(DocumentViewerBase), NavigationCommands.
NextPage
,
1509
else if (args.Command == NavigationCommands.
NextPage
)
System\Windows\Controls\SinglePageViewer.cs (3)
1274
CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.
NextPage
, new KeyGesture(Key.Right)));
1275
CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.
NextPage
, new KeyGesture(Key.Down)));
1276
CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.
NextPage
, new KeyGesture(Key.PageDown)));
System\Windows\Input\Command\CommandConverter.cs (1)
280
knownCommand = NavigationCommands.
NextPage
;