2 references to MoveRightByWord
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorSelection.cs (1)
70CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.MoveRightByWord, new ExecutedRoutedEventHandler(OnMoveRightByWord), queryStatusCaretNavigationHandler, SRID.KeyMoveRightByWord, SRID.KeyMoveRightByWordDisplayString);
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
521knownCommand = EditingCommands.MoveRightByWord;