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