4 references to Scope
System.Windows.Forms (1)
System\Windows\Forms\Rendering\TextRenderer.cs (1)
667
return new FontCache.
Scope
(hfont);
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));