2 types derived from RefCountedCache
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