1 instantiation of HasErrorsResult
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (1)
448
result = new
HasErrorsResult
(text, HasErrorsImplWithRetries(text, shouldSuppressCOMExceptions));
4 references to HasErrorsResult
PresentationFramework (4)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (4)
428
List<
HasErrorsResult
> hasErrorsCache = _hasErrorsCache;
439
HasErrorsResult
result;
453
hasErrorsCache = new List<
HasErrorsResult
>(HasErrorsCacheCapacity);
664
private List<
HasErrorsResult
> _hasErrorsCache;