2 references to SizeLimitedCache
PresentationCore (2)
Core\CSharp\MS\Internal\FontCache\FontSource.cs (1)
508
private 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);