2 references to MoveUpByLine
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorSelection.cs (1)
73
CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.
MoveUpByLine
, new ExecutedRoutedEventHandler(OnMoveUpByLine), queryStatusCaretNavigationHandler, SRID.KeyMoveUpByLine, SRID.KeyMoveUpByLineDisplayString);
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
530
knownCommand = EditingCommands.
MoveUpByLine
;