5 references to ReadonlyLookup
PresentationCore (5)
MS\Internal\FontFace\FontFamilyIdentifier.cs (2)
234
CanonicalFontFamilyReference[] canonicalReferences = TypefaceMetricsCache.
ReadonlyLookup
(hashKey) as CanonicalFontFamilyReference[];
358
CanonicalFontFamilyReference canonicalReference = TypefaceMetricsCache.
ReadonlyLookup
(hashKey) as CanonicalFontFamilyReference;
System\Windows\Media\FontFamily.cs (1)
323
family = TypefaceMetricsCache.
ReadonlyLookup
(FamilyIdentifier) as IFontFamily;
System\Windows\Media\Typeface.cs (2)
712
CachedTypeface cachedTypeface = TypefaceMetricsCache.
ReadonlyLookup
(this) as CachedTypeface;
774
IFontFamily cachedValue = TypefaceMetricsCache.
ReadonlyLookup
(sourceFontFamily.FamilyIdentifier) as IFontFamily;