4 references to EnhancedMetafile
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataFormats.cs (1)
332new Format(EnhancedMetafile, NativeMethods.CF_ENHMETAFILE),
winforms\Managed\System\WinForms\DataObject.cs (3)
1258string emf = DataFormats.EnhancedMetafile; 1505format.Equals(DataFormats.EnhancedMetafile) || 1589else if (format.Equals(DataFormats.EnhancedMetafile)) {