4 references to SetBlendTriangularShape
System.Drawing.Common.Tests (4)
System\Drawing\Drawing2D\LinearGradientBrushTests.cs (4)
501brush.SetBlendTriangularShape(0.5f); 935brush.SetBlendTriangularShape(focus); 963AssertExtensions.Throws<ArgumentException>(null, null, () => brush.SetBlendTriangularShape(focus)); 984AssertExtensions.Throws<ArgumentException>(null, () => brush.SetBlendTriangularShape(0));