8 references to ISpellingError
PresentationFramework (8)
System\Windows\Documents\MsSpellCheckLib\RCW.cs (1)
103ISpellingError Next();
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellingError.cs (4)
14using ISpellingError = System.Windows.Documents.MsSpellCheckLib.RCW.ISpellingError; 34/// of <see cref="RCW.ISpellingError"/> 70internal SpellingError(ISpellingError error, SpellChecker spellChecker, string text, bool shouldSuppressCOMExceptions = true, bool shouldReleaseCOMObject = true) 85private void PopulateSuggestions(ISpellingError error, SpellChecker spellChecker, string text, bool shouldSuppressCOMExceptions, bool shouldReleaseCOMObject)
System\Windows\Documents\MsSpellCheckLib\Utils\Extensions.cs (3)
11using ISpellingError = System.Windows.Documents.MsSpellCheckLib.RCW.ISpellingError; 85ISpellingError iSpellingError = spellingErrors.Next(); 152ISpellingError iSpellingError = spellingErrors.Next();