2 references to new
PresentationCore (2)
MS\Internal\FontCache\FontSource.cs (1)
446private static readonly SizeLimitedCache<Uri, byte[]> s_resourceCache = new(MaximumCacheItems);
MS\Internal\Shaping\GlyphingCache.cs (1)
37_sizeLimitedCache = new SizeLimitedCache<Typeface, TypefaceMap>(capacity);