14 references to NextPage
PresentationFramework (14)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
164
NavigationCommands.
NextPage
,
System\Windows\Controls\DocumentViewer.cs (3)
1666
NavigationCommands.
NextPage
,
1812
else if (args.Command == NavigationCommands.
NextPage
1922
else if (args.Command == NavigationCommands.
NextPage
)
System\Windows\Controls\FlowDocumentReader.cs (2)
1352
CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentReader), NavigationCommands.
NextPage
,
1469
else if (args.Command == NavigationCommands.
NextPage
)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1361
CommandHelpers.RegisterCommandHandler(typeof(FlowDocumentScrollViewer), NavigationCommands.
NextPage
,
1501
else if (args.Command == NavigationCommands.
NextPage
)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1453
CommandHelpers.RegisterCommandHandler(typeof(DocumentViewerBase), NavigationCommands.
NextPage
,
1528
else if (args.Command == NavigationCommands.
NextPage
)
System\Windows\Controls\SinglePageViewer.cs (3)
1275
CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.
NextPage
, new KeyGesture(Key.Right)));
1276
CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.
NextPage
, new KeyGesture(Key.Down)));
1277
CommandManager.RegisterClassInputBinding(typeof(FlowDocumentPageViewer), new InputBinding(NavigationCommands.
NextPage
, new KeyGesture(Key.PageDown)));
System\Windows\Input\Command\CommandConverter.cs (1)
281
knownCommand = NavigationCommands.
NextPage
;