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