14 references to DrawLines
System.Drawing.Common.Tests (8)
mono\System.Drawing\GraphicsTests.cs (2)
1528g.DrawLines(pen, pts); 1532g.DrawLines(Pens.Blue, pts);
System\Drawing\Graphics_DrawLineTests.cs (6)
102AssertExtensions.Throws<ArgumentNullException>("pen", () => graphics.DrawLines(null, new Point[2])); 114AssertExtensions.Throws<ArgumentException>(null, () => graphics.DrawLines(pen, new Point[2])); 124AssertExtensions.Throws<ArgumentNullException>("points", () => graphics.DrawLines(pen, (Point[])null)); 136AssertExtensions.Throws<ArgumentException>(null, () => graphics.DrawLines(pen, new Point[length])); 149Assert.Throws<InvalidOperationException>(() => graphics.DrawLines(pen, new Point[2])); 166AssertExtensions.Throws<ArgumentException>(null, () => graphics.DrawLines(pen, new Point[2]));
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (6)
3788g.DrawLines(SystemPens.ControlText, (ReadOnlySpan<Point>) 3795g.DrawLines(SystemPens.ControlText, (ReadOnlySpan<Point>) 3802g.DrawLines(SystemPens.ControlText, (ReadOnlySpan<Point>) 3815g.DrawLines(SystemPens.ControlText, (ReadOnlySpan<Point>) 3822g.DrawLines(SystemPens.ControlText, (ReadOnlySpan<Point>) 3829g.DrawLines(SystemPens.ControlText, (ReadOnlySpan<Point>)