6 references to new
System.Drawing.Common (1)
System\Drawing\Imaging\Metafile.cs (1)
326
this
(stream, referenceHdc, frameRect, frameUnit, type, null)
System.Drawing.Common.Tests (5)
System\Drawing\Imaging\MetafileTests.cs (5)
764
using Metafile metafile =
new
(
777
using Metafile metafile =
new
(
792
new
Metafile
(stream, IntPtr.Zero, _rectangle, MetafileFrameUnit.GdiCompatible, EmfType.EmfOnly, "description"));
807
new
Metafile
(stream, referenceHdc, _rectangle, frameUnit, EmfType.EmfOnly, "description"));
821
new
Metafile
(stream, referenceHdc, _rectangle, MetafileFrameUnit.GdiCompatible, emfType, "description"));