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