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