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