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