1 override of GetEntry
System.Windows.Forms (1)
System\Windows\Forms\Rendering\FontCache.cs (1)
38public override CacheEntry GetEntry((Font Font, FONT_QUALITY Quality) key)
3 references to GetEntry
System.Windows.Forms (1)
System\Windows\Forms\Rendering\FontCache.cs (1)
42return base.GetEntry(key);
System.Windows.Forms.Primitives (2)
System\Windows\Forms\GdiPlus\GdiPlusCache.cs (2)
41return PenCache.GetEntry(color).CreateScope(); 58return BrushCache.GetEntry(color).CreateScope();