5 references to WmfPlaceable
System.Drawing (5)
commonui\System\Drawing\Advanced\Metafile.cs (3)
834
metafileType == MetafileType.
WmfPlaceable
) {
881
metafileType == MetafileType.
WmfPlaceable
) {
928
metafileType == MetafileType.
WmfPlaceable
) {
commonui\System\Drawing\Advanced\MetafileHeader.cs (2)
137
(wmf.type == MetafileType.
WmfPlaceable
)))
156
return ((wmf != null) && (wmf.type == MetafileType.
WmfPlaceable
));