1 write to Name
PresentationCore (1)
System\Windows\DataFormat.cs (1)
25
Name
= name;
3 references to Name
PresentationCore (3)
System\Windows\dataobject.cs (3)
732
if (!GetDataPresent(DataFormats.GetDataFormat(formatetc.cfFormat).
Name
))
1411
format = DataFormats.GetDataFormat(formatetc.cfFormat).
Name
;
2457
string name = DataFormats.GetDataFormat(formatetc[0].cfFormat).
Name
;