3 references to Scope
System.Windows.Forms.Primitives (3)
System\Windows\Forms\GdiPlus\GdiPlusCache.cs (3)
37
return new PenCache.
Scope
(pen);
54
return new SolidBrushCache.
Scope
(solidBrush);
77
=> width == 1 ? GetPenScope(color) : new PenCache.
Scope
(new Pen(color, width));