6 references to Type
System.Drawing.Common.Tests (6)
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 (1)
990Assert.Equal(MetafileType.WmfPlaceable, header.Type);