3 references to MetafileTypeWmfPlaceable
System.Drawing.Common (3)
System\Drawing\Imaging\MetafileHeader.cs (2)
53
public bool IsWmf() => _header.Type is GdiPlus.MetafileType.MetafileTypeWmf or GdiPlus.MetafileType.
MetafileTypeWmfPlaceable
;
58
public bool IsWmfPlaceable() => _header.Type is GdiPlus.MetafileType.
MetafileTypeWmfPlaceable
;
System\Drawing\Imaging\MetafileType.cs (1)
24
WmfPlaceable = GdiPlus.MetafileType.
MetafileTypeWmfPlaceable
,