2 references to MoveDownByPage
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorSelection.cs (1)
76CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.MoveDownByPage, new ExecutedRoutedEventHandler(OnMoveDownByPage), queryStatusCaretNavigationHandler, SRID.KeyMoveDownByPage, SRID.KeyMoveDownByPageDisplayString);
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
539knownCommand = EditingCommands.MoveDownByPage;