5 references to AddPath
System.Drawing.Common.Tests (5)
System\Drawing\Drawing2D\GraphicsPathTests.cs (5)
979gp.AddPath(inner, true); 987AssertExtensions.Throws<ArgumentNullException>("addingPath", () => new GraphicsPath().AddPath(null, false)); 1534gp.AddPath(inner, true); 1551path.AddPath(inner, false); 1961gp.AddPath(inner, true);