5 references to ReadonlyLookup
PresentationCore (5)
MS\Internal\FontFace\FontFamilyIdentifier.cs (2)
235
CanonicalFontFamilyReference[] canonicalReferences = TypefaceMetricsCache.
ReadonlyLookup
(hashKey) as CanonicalFontFamilyReference[];
359
CanonicalFontFamilyReference canonicalReference = TypefaceMetricsCache.
ReadonlyLookup
(hashKey) as CanonicalFontFamilyReference;
System\Windows\Media\FontFamily.cs (1)
327
family = TypefaceMetricsCache.
ReadonlyLookup
(FamilyIdentifier) as IFontFamily;
System\Windows\Media\Typeface.cs (2)
713
CachedTypeface cachedTypeface = TypefaceMetricsCache.
ReadonlyLookup
(this) as CachedTypeface;
775
IFontFamily cachedValue = TypefaceMetricsCache.
ReadonlyLookup
(sourceFontFamily.FamilyIdentifier) as IFontFamily;