1 write to _hashTable
PresentationCore (1)
MS\Internal\FontCache\TypefaceMetricsCache.cs (1)
54_hashTable = new Hashtable(MaxCacheCapacity);
3 references to _hashTable
PresentationCore (3)
MS\Internal\FontCache\TypefaceMetricsCache.cs (3)
38return _hashTable[key]; 51if (_hashTable.Count >= MaxCacheCapacity) 57_hashTable[key] = value;