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