4 references to PenType
System.Drawing.Common.Tests (4)
System\Drawing\PensTests.cs (1)
163Assert.Equal(PenType.SolidColor, pen.PenType);
System\Drawing\PenTests.cs (2)
156Assert.Equal(penType, pen.PenType); 1220Assert.Equal(expectedPenType, pen.PenType);
System\Drawing\SystemPensTest.cs (1)
55Assert.Equal(PenType.SolidColor, pen.PenType);