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