1 instantiation of SpellingError
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\Utils\Extensions.cs (1)
93
var error = new
SpellingError
(iSpellingError, spellChecker, text, shouldSuppressCOMExceptions, true);
16 references to SpellingError
PresentationFramework (16)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (8)
325
private List<
SpellingError
> CheckImpl(string text)
331
private List<
SpellingError
> CheckImplWithRetries(string text, bool suppressCOMExceptions)
333
List<
SpellingError
> errors = null;
344
public List<
SpellingError
> Check(string text, bool suppressCOMExceptions = true)
353
public List<
SpellingError
> ComprehensiveCheckImpl(string text)
359
public List<
SpellingError
> ComprehensiveCheckImplWithRetries(string text, bool shouldSuppressCOMExceptions = true)
361
List<
SpellingError
> errors = null;
372
public List<
SpellingError
> ComprehensiveCheck(string text, bool shouldSuppressCOMExceptions = true)
System\Windows\Documents\MsSpellCheckLib\Utils\Extensions.cs (6)
13
using SpellingError = System.Windows.Documents.MsSpellCheckLib.SpellChecker.
SpellingError
;
70
internal static List<
SpellingError
> ToList(
79
var result = new List<
SpellingError
>();
93
var
error = new SpellingError(iSpellingError, spellChecker, text, shouldSuppressCOMExceptions, true);
118
internal static bool IsClean(this List<
SpellingError
> errors)
123
foreach (
var
error in errors)
System\Windows\Documents\WinRTSpellerInterop.cs (2)
922
List<SpellChecker.
SpellingError
> spellingErrors = null;
935
foreach (
var
spellingError in spellingErrors)