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