2 references to MoveLeftByWord
PresentationFramework (2)
System\windows\Documents\TextEditorSelection.cs (1)
48CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.MoveLeftByWord, new ExecutedRoutedEventHandler(OnMoveLeftByWord), queryStatusCaretNavigationHandler, KeyGesture.CreateFromResourceStrings(KeyMoveLeftByWord, nameof(SR.KeyMoveLeftByWordDisplayString)));
System\Windows\Input\Command\CommandConverter.cs (1)
506knownCommand = EditingCommands.MoveLeftByWord;