14 references to NextPage
PresentationFramework (14)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
170
NavigationCommands.
NextPage
,
System\Windows\Controls\DocumentViewer.cs (3)
1678
NavigationCommands.
NextPage
,
1818
else if (args.Command == NavigationCommands.
NextPage
1928
else if (args.Command == NavigationCommands.
NextPage
)
System\Windows\Controls\FlowDocumentReader.cs (2)
1356
CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.
NextPage
,
1473
else if (args.Command == NavigationCommands.
NextPage
)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1358
CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.
NextPage
,
1498
else if (args.Command == NavigationCommands.
NextPage
)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1468
CommandHelpers.RegisterCommandHandler(typeof(DocumentViewerBase), NavigationCommands.
NextPage
,
1543
else if (args.Command == NavigationCommands.
NextPage
)
System\Windows\Controls\SinglePageViewer.cs (3)
1276
CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.
NextPage
, new KeyGesture(Key.Right)));
1277
CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.
NextPage
, new KeyGesture(Key.Down)));
1278
CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.
NextPage
, new KeyGesture(Key.PageDown)));
System\Windows\Input\Command\CommandConverter.cs (1)
286
knownCommand = NavigationCommands.
NextPage
;