2 references to SelectDownByLine
PresentationFramework (2)
System\windows\Documents\TextEditorSelection.cs (1)
85CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.SelectDownByLine, new ExecutedRoutedEventHandler(OnSelectDownByLine), queryStatusKeyboardSelectionHandler, KeyGesture.CreateFromResourceStrings(KeySelectDownByLine, nameof(SR.KeySelectDownByLineDisplayString)));
System\Windows\Input\Command\CommandConverter.cs (1)
556knownCommand = EditingCommands.SelectDownByLine;