3 references to EmfPlusOnly
System.Drawing (3)
commonui\System\Drawing\Advanced\EmfType.cs (1)
42
EmfPlusOnly = MetafileType.
EmfPlusOnly
,
commonui\System\Drawing\Advanced\MetafileHeader.cs (2)
198
return ((emf != null) && (emf.type >= MetafileType.
EmfPlusOnly
));
228
return ((emf != null) && (emf.type == MetafileType.
EmfPlusOnly
));