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