2 references to new
System.Drawing.Common.Tests (2)
System\Drawing\IconTests.cs (2)
80
using Icon icon =
new
(Helpers.GetTestBitmapPath(fileName), size);
90
AssertExtensions.Throws<ArgumentNullException>("path", () => new
Icon
((string)null, new Size(32, 32)));