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