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