1 write to WidthScale
System.Drawing.Common.Tests (1)
System\Drawing\Drawing2D\CustomLineCapTests.cs (1)
203customLineCap.WidthScale = value;
3 references to WidthScale
System.Drawing.Common.Tests (3)
System\Drawing\Drawing2D\CustomLineCapTests.cs (3)
51Assert.Equal(1f, customLineCap.WidthScale); 204Assert.Equal(value, customLineCap.WidthScale); 216AssertExtensions.Throws<ArgumentException>(null, () => customLineCap.WidthScale);