11 references to EnhancedMetafile
PresentationCore (10)
Core\CSharp\System\Windows\DataFormats.cs (1)
449_formatList.Add(new DataFormat(EnhancedMetafile, NativeMethods.CF_ENHMETAFILE));
Core\CSharp\System\Windows\DataObject.cs (9)
1487if (IsFormatEqual(format, DataFormats.EnhancedMetafile) 1491DataFormats.EnhancedMetafile, 1675if (IsFormatEqual(format, DataFormats.EnhancedMetafile)) 1838else if (IsFormatEqual(format, DataFormats.EnhancedMetafile) 1969if (IsFormatEqual(format, DataFormats.EnhancedMetafile)) 2645else if (IsFormatEqual(format, DataFormats.EnhancedMetafile)) 3205IsFormatEqual(format, DataFormats.EnhancedMetafile) || 3295else if (IsFormatEqual(format, DataFormats.EnhancedMetafile)) 3326else if (IsFormatEqual(format, DataFormats.EnhancedMetafile))
PresentationFramework (1)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (1)
324e.FormatToApply == DataFormats.EnhancedMetafile ||