3 references to AddBeziers
System.Drawing.Common.Tests (3)
System\Drawing\Drawing2D\GraphicsPathTests.cs (3)
419gpf.AddBeziers(points); 427AssertExtensions.Throws<ArgumentNullException>("points", () => gp.AddBeziers((PointF[])null)); 444AssertExtensions.Throws<ArgumentException>(null, () => gp.AddBeziers(points));