2 references to MoveDownByPage
PresentationFramework (2)
System\windows\Documents\TextEditorSelection.cs (1)
53
CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.
MoveDownByPage
, new ExecutedRoutedEventHandler(OnMoveDownByPage), queryStatusCaretNavigationHandler, KeyGesture.CreateFromResourceStrings(KeyMoveDownByPage, nameof(SR.KeyMoveDownByPageDisplayString)));
System\Windows\Input\Command\CommandConverter.cs (1)
521
knownCommand = EditingCommands.
MoveDownByPage
;