1 write to s_penCache
System.Windows.Forms.Primitives (1)
System\Windows\Forms\GdiPlus\GdiPlusCache.cs (1)
24
private static PenCache PenCache =>
s_penCache
??= new(softLimit: 30, hardLimit: 40);