8 references to ISpellingError
PresentationFramework (8)
System\Windows\Documents\MsSpellCheckLib\RCW.cs (1)
104ISpellingError Next();
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellingError.cs (4)
15using ISpellingError = System.Windows.Documents.MsSpellCheckLib.RCW.ISpellingError; 35/// of <see cref="RCW.ISpellingError"/> 71internal SpellingError(ISpellingError error, SpellChecker spellChecker, string text, bool shouldSuppressCOMExceptions = true, bool shouldReleaseCOMObject = true) 86private void PopulateSuggestions(ISpellingError error, SpellChecker spellChecker, string text, bool shouldSuppressCOMExceptions, bool shouldReleaseCOMObject)
System\Windows\Documents\MsSpellCheckLib\Utils\Extensions.cs (3)
12using ISpellingError = System.Windows.Documents.MsSpellCheckLib.RCW.ISpellingError; 86ISpellingError iSpellingError = spellingErrors.Next(); 153ISpellingError iSpellingError = spellingErrors.Next();