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