2 references to DeletePreviousWord
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditorTyping.cs (1)
85
CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.
DeletePreviousWord
, new ExecutedRoutedEventHandler(OnDeletePreviousWord) , onQueryStatusNYI , SRID.KeyDeletePreviousWord, SRID.KeyDeletePreviousWordDisplayString );
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
500
knownCommand = EditingCommands.
DeletePreviousWord
;