2 references to MoveLeftByWord
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorSelection.cs (1)
71
CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.
MoveLeftByWord
, new ExecutedRoutedEventHandler(OnMoveLeftByWord), queryStatusCaretNavigationHandler, SRID.KeyMoveLeftByWord, SRID.KeyMoveLeftByWordDisplayString);
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
524
knownCommand = EditingCommands.
MoveLeftByWord
;