3 references to Data
PresentationCore (3)
Core\CSharp\System\Windows\DataObject.cs (3)
3876
if (DataObject.IsFormatAndDataSerializable(cur[mappedFormatIndex], entries[dataStoreIndex].
Data
))
3906
if (DataObject.IsFormatAndDataSerializable(baseVar[baseFormatIndex], entries[dataStoreIndex].
Data
))
4175
data = dataStoreEntry.
Data
;