3 references to ClearThreshold
System.Drawing.Common.Tests (3)
System\Drawing\Imaging\ImageAttributesTests.cs (3)
556imageAttr.ClearThreshold(type); 568AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.ClearThreshold(ColorAdjustType.Default)); 576AssertExtensions.Throws<ArgumentException>(null, () => imageAttr.ClearThreshold(type));