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