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