2 references to SelectDownByLine
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorSelection.cs (1)
93CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.SelectDownByLine, new ExecutedRoutedEventHandler(OnSelectDownByLine), queryStatusKeyboardSelectionHandler, SRID.KeySelectDownByLine, SRID.KeySelectDownByLineDisplayString);
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
569knownCommand = EditingCommands.SelectDownByLine;