3 references to SetStrokeCaps
System.Drawing.Common.Tests (3)
System\Drawing\Drawing2D\CustomLineCapTests.cs (3)
94customLineCap.SetStrokeCaps(startCap, endCap); 112AssertExtensions.Throws<ArgumentException>(null, () => customLineCap.SetStrokeCaps(startCap, endCap)); 218AssertExtensions.Throws<ArgumentException>(null, () => customLineCap.SetStrokeCaps(LineCap.Flat, LineCap.Flat));