1 write to _hashTable
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\TypefaceMetricsCache.cs (1)
63_hashTable = new Hashtable(MaxCacheCapacity);
3 references to _hashTable
PresentationCore (3)
Core\CSharp\MS\Internal\FontCache\TypefaceMetricsCache.cs (3)
47return _hashTable[key]; 60if (_hashTable.Count >= MaxCacheCapacity) 66_hashTable[key] = value;