11 references to EnhancedMetafile
PresentationCore (10)
System\Windows\DataFormats.cs (1)
418_formatList.Add(new DataFormat(EnhancedMetafile, NativeMethods.CF_ENHMETAFILE));
System\Windows\dataobject.cs (9)
1222if (IsFormatEqual(format, DataFormats.EnhancedMetafile) 1226DataFormats.EnhancedMetafile, 1380if (IsFormatEqual(format, DataFormats.EnhancedMetafile)) 1533else if (IsFormatEqual(format, DataFormats.EnhancedMetafile) 1652if (IsFormatEqual(format, DataFormats.EnhancedMetafile)) 2300else if (IsFormatEqual(format, DataFormats.EnhancedMetafile)) 2842IsFormatEqual(format, DataFormats.EnhancedMetafile) || 2918else if (IsFormatEqual(format, DataFormats.EnhancedMetafile)) 2948else if (IsFormatEqual(format, DataFormats.EnhancedMetafile))
PresentationFramework (1)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (1)
318e.FormatToApply == DataFormats.EnhancedMetafile ||