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