1 write to _hashTable
PresentationCore (1)
MS\Internal\FontCache\TypefaceMetricsCache.cs (1)
53_hashTable = new Hashtable(MaxCacheCapacity);
3 references to _hashTable
PresentationCore (3)
MS\Internal\FontCache\TypefaceMetricsCache.cs (3)
37return _hashTable[key]; 50if (_hashTable.Count >= MaxCacheCapacity) 56_hashTable[key] = value;