2 references to SelectRightByWord
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorSelection.cs (1)
91CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.SelectRightByWord, new ExecutedRoutedEventHandler(OnSelectRightByWord), queryStatusKeyboardSelectionHandler, SRID.KeySelectRightByWord, SRID.KeySelectRightByWordDisplayString);
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
563knownCommand = EditingCommands.SelectRightByWord;