9 references to IEnumSpellingError
PresentationFramework (9)
System\Windows\Documents\MsSpellCheckLib\RCW.cs (2)
197IEnumSpellingError Check([In, MarshalAs(UnmanagedType.LPWStr)] string text); 248IEnumSpellingError ComprehensiveCheck([In, MarshalAs(UnmanagedType.LPWStr)] string text);
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (4)
16using IEnumSpellingError = System.Windows.Documents.MsSpellCheckLib.RCW.IEnumSpellingError; 327IEnumSpellingError errors = _speller.Value.Check(text); 355IEnumSpellingError errors = _speller.Value.ComprehensiveCheck(text); 388IEnumSpellingError errors = _speller.Value.ComprehensiveCheck(text);
System\Windows\Documents\MsSpellCheckLib\Utils\Extensions.cs (3)
10using IEnumSpellingError = System.Windows.Documents.MsSpellCheckLib.RCW.IEnumSpellingError; 71this IEnumSpellingError spellingErrors, 140this IEnumSpellingError spellingErrors,