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