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