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