1 write to s_brushCache
System.Windows.Forms.Primitives (1)
System\Windows\Forms\GdiPlus\GdiPlusCache.cs (1)
25
private static SolidBrushCache BrushCache =>
s_brushCache
??= new(softLimit: 30, hardLimit: 40);