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