3 references to HasCurve
System.Drawing.Common.Tests (3)
System\Drawing\Drawing2D\GraphicsPathIteratorTests.cs (3)
197Assert.True(gpi.HasCurve()); 198Assert.False(gpiEmpty.HasCurve()); 199Assert.False(gpiNull.HasCurve());