1 instantiation of SpellingError
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\Utils\Extensions.cs (1)
94
var error = new
SpellingError
(iSpellingError, spellChecker, text, shouldSuppressCOMExceptions, true);
16 references to SpellingError
PresentationFramework (16)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (8)
328
private List<
SpellingError
> CheckImpl(string text)
334
private List<
SpellingError
> CheckImplWithRetries(string text, bool suppressCOMExceptions)
336
List<
SpellingError
> errors = null;
347
public List<
SpellingError
> Check(string text, bool suppressCOMExceptions = true)
356
public List<
SpellingError
> ComprehensiveCheckImpl(string text)
362
public List<
SpellingError
> ComprehensiveCheckImplWithRetries(string text, bool shouldSuppressCOMExceptions = true)
364
List<
SpellingError
> errors = null;
375
public List<
SpellingError
> ComprehensiveCheck(string text, bool shouldSuppressCOMExceptions = true)
System\Windows\Documents\MsSpellCheckLib\Utils\Extensions.cs (6)
14
using SpellingError = System.Windows.Documents.MsSpellCheckLib.SpellChecker.
SpellingError
;
71
internal static List<
SpellingError
> ToList(
80
var result = new List<
SpellingError
>();
94
var
error = new SpellingError(iSpellingError, spellChecker, text, shouldSuppressCOMExceptions, true);
119
internal static bool IsClean(this List<
SpellingError
> errors)
124
foreach (
var
error in errors)
System\Windows\Documents\WinRTSpellerInterop.cs (2)
926
List<SpellChecker.
SpellingError
> spellingErrors = null;
939
foreach (
var
spellingError in spellingErrors)