2 references to SelectDownByPage
PresentationFramework (2)
System\windows\Documents\TextEditorSelection.cs (1)
89CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.SelectDownByPage, new ExecutedRoutedEventHandler(OnSelectDownByPage), queryStatusKeyboardSelectionHandler, KeyGesture.CreateFromResourceStrings(KeySelectDownByPage, nameof(SR.KeySelectDownByPageDisplayString)));
System\Windows\Input\Command\CommandConverter.cs (1)
568knownCommand = EditingCommands.SelectDownByPage;