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