5 types derived from RefCountedCache
System.Windows.Forms (1)
System\Windows\Forms\Rendering\FontCache.cs (1)
22internal sealed partial class FontCache : RefCountedCache<HFONT, FontCache.Data, (Font Font, FONT_QUALITY Quality)>
System.Windows.Forms.Primitives (2)
System\Windows\Forms\GdiPlus\PenCache.cs (1)
8internal sealed class PenCache : RefCountedCache<Pen, Color, Color>
System\Windows\Forms\GdiPlus\SolidBrushCache.cs (1)
8internal sealed class SolidBrushCache : RefCountedCache<SolidBrush, Color, Color>
System.Windows.Forms.Primitives.Tests (2)
System\Windows\Forms\RefCacheTests.cs (2)
79internal sealed class IntColorCache : RefCountedCache<Color, Color, int> 101internal class ObjectCache<T> : RefCountedCache<T, int, int> where T : class, new()
1 reference to RefCountedCache
System.Windows.Forms.Primitives (1)
System\Windows\Forms\SinglyLinkedList.cs (1)
9/// This class is used in <see cref="RefCountedCache{TObject, TCacheEntryData, TKey}"/> which is performance