4 references to DrawLine
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (1)
1277g.DrawLine(pen, start, end);
System\Windows\Forms\Rendering\ControlPaint.cs (1)
1702graphics.DrawLine(pen, start, end);
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\FlowLayoutPanelDesigner .cs (2)
487graphics.DrawLine(pen, point1, point2); // vertical line 526graphics.DrawLine(pen, point1, point2); // horizontal line