3 references to MaxCacheCapacity
PresentationCore (3)
MS\Internal\FontCache\TypefaceMetricsCache.cs (3)
51
if (_hashTable.Count >=
MaxCacheCapacity
)
54
_hashTable = new Hashtable(
MaxCacheCapacity
);
61
private static Hashtable _hashTable = new Hashtable(
MaxCacheCapacity
);