1 write to StrokeJoin
System.Drawing.Common.Tests (1)
System\Drawing\Drawing2D\CustomLineCapTests.cs (1)
132customLineCap.StrokeJoin = lineJoin;
3 references to StrokeJoin
System.Drawing.Common.Tests (3)
System\Drawing\Drawing2D\CustomLineCapTests.cs (3)
50Assert.Equal(LineJoin.Miter, customLineCap.StrokeJoin); 133Assert.Equal(lineJoin, customLineCap.StrokeJoin); 213AssertExtensions.Throws<ArgumentException>(null, () => customLineCap.StrokeJoin);