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