10 references to TypefaceMetricsCache
PresentationCore (10)
Core\CSharp\MS\Internal\FontFace\FontFamilyIdentifier.cs (4)
253CanonicalFontFamilyReference[] canonicalReferences = TypefaceMetricsCache.ReadonlyLookup(hashKey) as CanonicalFontFamilyReference[]; 273TypefaceMetricsCache.Add(hashKey, canonicalReferences); 377CanonicalFontFamilyReference canonicalReference = TypefaceMetricsCache.ReadonlyLookup(hashKey) as CanonicalFontFamilyReference; 386TypefaceMetricsCache.Add(hashKey, canonicalReference);
Core\CSharp\System\Windows\Media\FontFamily.cs (2)
352family = TypefaceMetricsCache.ReadonlyLookup(FamilyIdentifier) as IFontFamily; 368TypefaceMetricsCache.Add(FamilyIdentifier, family);
Core\CSharp\System\Windows\Media\Typeface.cs (4)
728CachedTypeface cachedTypeface = TypefaceMetricsCache.ReadonlyLookup(this) as CachedTypeface; 733TypefaceMetricsCache.Add(this, cachedTypeface); 790IFontFamily cachedValue = TypefaceMetricsCache.ReadonlyLookup(sourceFontFamily.FamilyIdentifier) as IFontFamily; 798TypefaceMetricsCache.Add(sourceFontFamily.FamilyIdentifier, firstFontFamily);