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