5 references to new
System.Drawing.Common.Tests (5)
System\Drawing\Imaging\MetafileTests.cs (5)
342using (Metafile metafile = new(fileName, g.GetHdc())) 389AssertExtensions.Throws<ArgumentException>(null, () => new Metafile(fileName, IntPtr.Zero)); 414AssertExtensions.Throws<ArgumentNullException>("path", () => new Metafile((string)null, referenceHdc)); 427AssertExtensions.Throws<ArgumentException>("path", null, () => new Metafile(fileName, referenceHdc)); 439Assert.Throws<PathTooLongException>(() => new Metafile(fileName, referenceHdc));