3 references to new
System.Drawing.Common.Tests (3)
System\Drawing\Drawing2D\BlendTests.cs (3)
21Blend blend = new(count); 29Assert.Throws<OverflowException>(() => new Blend(-1)); 35Assert.Throws<OutOfMemoryException>(() => new Blend(int.MaxValue));