11 references to EnhancedMetafile
PresentationCore (10)
System\Windows\DataFormats.cs (1)
414_formatList.Add(new DataFormat(EnhancedMetafile, NativeMethods.CF_ENHMETAFILE));
System\Windows\dataobject.cs (9)
1209if (IsFormatEqual(format, DataFormats.EnhancedMetafile) 1213DataFormats.EnhancedMetafile, 1361if (IsFormatEqual(format, DataFormats.EnhancedMetafile)) 1514else if (IsFormatEqual(format, DataFormats.EnhancedMetafile) 1633if (IsFormatEqual(format, DataFormats.EnhancedMetafile)) 2259else if (IsFormatEqual(format, DataFormats.EnhancedMetafile)) 2788IsFormatEqual(format, DataFormats.EnhancedMetafile) || 2865else if (IsFormatEqual(format, DataFormats.EnhancedMetafile)) 2895else if (IsFormatEqual(format, DataFormats.EnhancedMetafile))
PresentationFramework (1)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (1)
313e.FormatToApply == DataFormats.EnhancedMetafile ||