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