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