8 references to ISpellingError
PresentationFramework (8)
System\Windows\Documents\MsSpellCheckLib\RCW.cs (1)
106ISpellingError Next();
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellingError.cs (4)
21using ISpellingError = RCW.ISpellingError; 39/// of <see cref="RCW.ISpellingError"/> 75internal SpellingError(ISpellingError error, SpellChecker spellChecker, string text, bool shouldSuppressCOMExceptions = true, bool shouldReleaseCOMObject = true) 90private void PopulateSuggestions(ISpellingError error, SpellChecker spellChecker, string text, bool shouldSuppressCOMExceptions, bool shouldReleaseCOMObject)
System\Windows\Documents\MsSpellCheckLib\Utils\Extensions.cs (3)
19using ISpellingError = RCW.ISpellingError; 91ISpellingError iSpellingError = spellingErrors.Next(); 158ISpellingError iSpellingError = spellingErrors.Next();