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