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)
37
return
_hashTable
[key];
50
if (
_hashTable
.Count >= MaxCacheCapacity)
56
_hashTable
[key] = value;