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