3 references to MetafilePicture
PresentationCore (2)
System\Windows\DataFormats.cs (1)
413
_formatList.Add(new DataFormat(
MetafilePicture
, NativeMethods.CF_METAFILEPICT));
System\Windows\dataobject.cs (1)
2789
IsFormatEqual(format, DataFormats.
MetafilePicture
) ||
PresentationFramework (1)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (1)
314
e.FormatToApply == DataFormats.
MetafilePicture
||