9 references to MetafileType
System.Drawing (1)
System.Drawing.cs (1)
95
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Imaging.
MetafileType
))]
System.Drawing.Common (1)
Special\NotSupported.cs (1)
2603
public System.Drawing.Imaging.
MetafileType
Type { get { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } }
System.Drawing.Common.Tests (7)
mono\System.Imaging\MetafileTest.cs (5)
63
Assert.Equal(
MetafileType
.WmfPlaceable, header.Type);
138
Assert.Equal(
MetafileType
.Emf, header.Type);
199
Assert.Equal(
MetafileType
.Emf, mh.Type);
202
Assert.Equal(
MetafileType
.EmfPlusDual, mh.Type);
205
Assert.Equal(
MetafileType
.EmfPlusOnly, mh.Type);
System\Drawing\Imaging\MetafileTests.cs (2)
990
Assert.Equal(
MetafileType
.WmfPlaceable, header.Type);
1014
Assert.Equal((int)
MetafileType
.Wmf, header.WmfHeader.Type);