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