2 references to MoveDownByLine
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorSelection.cs (1)
72
CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.
MoveDownByLine
, new ExecutedRoutedEventHandler(OnMoveDownByLine), queryStatusCaretNavigationHandler, SRID.KeyMoveDownByLine, SRID.KeyMoveDownByLineDisplayString);
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
527
knownCommand = EditingCommands.
MoveDownByLine
;