3 references to new
System.Drawing.Common (1)
System\Drawing\Pen.cs (1)
60
public Pen(Brush brush) :
this
(brush, (float)1.0)
System.Windows.Forms (1)
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (1)
260
using Pen lipPen =
new
(lipBrush, Math.Max(1f, metrics.Scale));
System.Windows.Forms.Primitives (1)
System\Windows\Forms\SystemDrawingExtensions.cs (1)
113
=>
new
(brush, width);