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