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