Implemented interface member:
13 references to Clone
System.Drawing.Common.Tests (13)
System\Drawing\Drawing2D\GraphicsPathTests.cs (13)
103using GraphicsPath clone = Assert.IsType<GraphicsPath>(gp.Clone()); 1149using GraphicsPath clone = Assert.IsType<GraphicsPath>(gp.Clone()); 1158using GraphicsPath clone = Assert.IsType<GraphicsPath>(gp.Clone()); 1167using GraphicsPath clone = Assert.IsType<GraphicsPath>(gp.Clone()); 1176using GraphicsPath clone = Assert.IsType<GraphicsPath>(gp.Clone()); 1186using GraphicsPath clone = Assert.IsType<GraphicsPath>(gp.Clone()); 1196using GraphicsPath clone = Assert.IsType<GraphicsPath>(gp.Clone()); 1211using GraphicsPath clone = Assert.IsType<GraphicsPath>(gp.Clone()); 1226using GraphicsPath clone = Assert.IsType<GraphicsPath>(gp.Clone()); 1236using GraphicsPath clone = Assert.IsType<GraphicsPath>(gp.Clone()); 1246using GraphicsPath clone = Assert.IsType<GraphicsPath>(gp.Clone()); 1256using GraphicsPath clone = Assert.IsType<GraphicsPath>(gp.Clone()); 1271using GraphicsPath clone = Assert.IsType<GraphicsPath>(gp.Clone());