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