3 references to MetafilePicture
PresentationCore (2)
Core\CSharp\System\Windows\DataFormats.cs (1)
448
_formatList.Add(new DataFormat(
MetafilePicture
, NativeMethods.CF_METAFILEPICT));
Core\CSharp\System\Windows\DataObject.cs (1)
3206
IsFormatEqual(format, DataFormats.
MetafilePicture
) ||
PresentationFramework (1)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (1)
325
e.FormatToApply == DataFormats.
MetafilePicture
||