3 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>
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