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)
38
return
_hashTable
[key];
51
if (
_hashTable
.Count >= MaxCacheCapacity)
57
_hashTable
[key] = value;