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