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