3 references to HasErrorsCacheCapacity
PresentationFramework (3)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (3)
453
hasErrorsCache = new List<HasErrorsResult>(
HasErrorsCacheCapacity
);
457
if (cacheSize <
HasErrorsCacheCapacity
)
467
index =
HasErrorsCacheCapacity
- 1;