2 references to SizeLimitedCache
PresentationCore (2)
Core\CSharp\MS\Internal\FontCache\FontSource.cs (1)
508private static SizeLimitedCache<Uri, byte[]> _resourceCache = new SizeLimitedCache<Uri, byte[]>(MaximumCacheItems);
Core\CSharp\MS\Internal\Shaping\GlyphingCache.cs (1)
42_sizeLimitedCache = new SizeLimitedCache<Typeface, TypefaceMap>(capacity);