9 references to IEnumSpellingError
PresentationFramework (9)
System\Windows\Documents\MsSpellCheckLib\RCW.cs (2)
200IEnumSpellingError Check([In, MarshalAs(UnmanagedType.LPWStr)] string text); 251IEnumSpellingError ComprehensiveCheck([In, MarshalAs(UnmanagedType.LPWStr)] string text);
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (4)
24using IEnumSpellingError = RCW.IEnumSpellingError; 333IEnumSpellingError errors = _speller.Value.Check(text); 361IEnumSpellingError errors = _speller.Value.ComprehensiveCheck(text); 394IEnumSpellingError errors = _speller.Value.ComprehensiveCheck(text);
System\Windows\Documents\MsSpellCheckLib\Utils\Extensions.cs (3)
18using IEnumSpellingError = RCW.IEnumSpellingError; 77this IEnumSpellingError spellingErrors, 146this IEnumSpellingError spellingErrors,