2 references to MoveDownByLine
PresentationFramework (2)
System\windows\Documents\TextEditorSelection.cs (1)
64CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.MoveDownByLine, new ExecutedRoutedEventHandler(OnMoveDownByLine), queryStatusCaretNavigationHandler, KeyGesture.CreateFromResourceStrings(KeyMoveDownByLine, nameof(SR.KeyMoveDownByLineDisplayString)));
System\Windows\Input\Command\CommandConverter.cs (1)
514knownCommand = EditingCommands.MoveDownByLine;