3 references to new
System.Drawing.Common.Tests (3)
System\Drawing\StringFormatTests.cs (3)
61using StringFormat format = new(original); 78AssertExtensions.Throws<ArgumentNullException>("format", () => new StringFormat(null)); 87AssertExtensions.Throws<ArgumentException>(null, () => new StringFormat(format));