3 references to IgnoreSpellingError
PresentationFramework (3)
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (1)
542menuItem.Command = EditingCommands.IgnoreSpellingError;
src\Framework\System\windows\Documents\TextEditorSpelling.cs (1)
35CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.IgnoreSpellingError, new ExecutedRoutedEventHandler(OnIgnoreSpellingError), new CanExecuteRoutedEventHandler(OnQueryStatusSpellingError));
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
668knownCommand = EditingCommands.IgnoreSpellingError;