4 references to type
System.Drawing (4)
commonui\System\Drawing\Advanced\MetafileHeader.cs (4)
41return IsWmf() ? wmf.type : emf.type; 136((wmf.type == MetafileType.Wmf) || 137(wmf.type == MetafileType.WmfPlaceable))) 156return ((wmf != null) && (wmf.type == MetafileType.WmfPlaceable));