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