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)
2603public 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)
63Assert.Equal(MetafileType.WmfPlaceable, header.Type); 138Assert.Equal(MetafileType.Emf, header.Type); 199Assert.Equal(MetafileType.Emf, mh.Type); 202Assert.Equal(MetafileType.EmfPlusDual, mh.Type); 205Assert.Equal(MetafileType.EmfPlusOnly, mh.Type);
System\Drawing\Imaging\MetafileTests.cs (2)
990Assert.Equal(MetafileType.WmfPlaceable, header.Type); 1014Assert.Equal((int)MetafileType.Wmf, header.WmfHeader.Type);