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