2 references to SelectDownByPage
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorSelection.cs (1)
97
CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.
SelectDownByPage
, new ExecutedRoutedEventHandler(OnSelectDownByPage), queryStatusKeyboardSelectionHandler, SRID.KeySelectDownByPage, SRID.KeySelectDownByPageDisplayString);
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
581
knownCommand = EditingCommands.
SelectDownByPage
;