1 write to Data
System.Windows.Forms (1)
System\Windows\Forms\OLE\DataObject.DataStore.DataStoreEntry.cs (1)
17
Data
= data;
4 references to Data
System.Windows.Forms (4)
System\Windows\Forms\OLE\DataObject.DataStore.cs (4)
31
if (dse.
Data
is T t)
36
else if (dse.
Data
is JsonData<T> jsonData)
59
if (found.
Data
is T value)
64
else if (found.
Data
is JsonData<T> jsonData)