3 references to IgnoreSpellingError
PresentationFramework (3)
System\windows\Documents\TextEditorContextMenu.cs (1)
518Command = EditingCommands.IgnoreSpellingError
System\windows\Documents\TextEditorSpelling.cs (1)
31CommandHelpers.RegisterCommandHandler(controlType, EditingCommands.IgnoreSpellingError, new ExecutedRoutedEventHandler(OnIgnoreSpellingError), new CanExecuteRoutedEventHandler(OnQueryStatusSpellingError));
System\Windows\Input\Command\CommandConverter.cs (1)
649knownCommand = EditingCommands.IgnoreSpellingError;