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