2 references to MoveRightByCharacter
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorSelection.cs (1)
68CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.MoveRightByCharacter, new ExecutedRoutedEventHandler(OnMoveRightByCharacter), queryStatusCaretNavigationHandler, SRID.KeyMoveRightByCharacter, SRID.KeyMoveRightByCharacterDisplayString);
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
515knownCommand = EditingCommands.MoveRightByCharacter;