9 references to IEnumSpellingError
PresentationFramework (9)
System\Windows\Documents\MsSpellCheckLib\RCW.cs (2)
198IEnumSpellingError Check([In, MarshalAs(UnmanagedType.LPWStr)] string text); 249IEnumSpellingError ComprehensiveCheck([In, MarshalAs(UnmanagedType.LPWStr)] string text);
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (4)
17using IEnumSpellingError = System.Windows.Documents.MsSpellCheckLib.RCW.IEnumSpellingError; 330IEnumSpellingError errors = _speller.Value.Check(text); 358IEnumSpellingError errors = _speller.Value.ComprehensiveCheck(text); 391IEnumSpellingError errors = _speller.Value.ComprehensiveCheck(text);
System\Windows\Documents\MsSpellCheckLib\Utils\Extensions.cs (3)
11using IEnumSpellingError = System.Windows.Documents.MsSpellCheckLib.RCW.IEnumSpellingError; 72this IEnumSpellingError spellingErrors, 141this IEnumSpellingError spellingErrors,