3 references to CorrectSpellingError
PresentationFramework (3)
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (1)
522
menuItem.Command = EditingCommands.
CorrectSpellingError
;
src\Framework\System\windows\Documents\TextEditorSpelling.cs (1)
34
CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.
CorrectSpellingError
, new ExecutedRoutedEventHandler(OnCorrectSpellingError), new CanExecuteRoutedEventHandler(OnQueryStatusSpellingError));
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
665
knownCommand = EditingCommands.
CorrectSpellingError
;