2 references to GetPenScope
System.Windows.Forms.Primitives (2)
System\Windows\Forms\GdiPlus\GdiPlusCache.cs (2)
73internal static PenCache.Scope GetCachedPenScope(this Color color) => GetPenScope(color); 77=> width == 1 ? GetPenScope(color) : new PenCache.Scope(new Pen(color, width));