8 references to new
System.Drawing.Common.Tests (8)
System\Drawing\Drawing2D\GraphicsPathIteratorTests.cs (5)
37using GraphicsPath gp = new(_twoPoints, types); 245using GraphicsPath gp = new(points, types); 341using GraphicsPath gp = new(points, types); 355using GraphicsPath gp = new(points, types); 371using GraphicsPath gp = new(points, types);
System\Drawing\Drawing2D\GraphicsPathTests.cs (3)
67using GraphicsPath gpf = new(fPoints, types); 96AssertExtensions.Throws<ArgumentException>(null, () => new GraphicsPath(new PointF[pointsLength], new byte[typesLength])); 202using GraphicsPath gp = new(points, types);