1 instantiation of DataStoreEntry
System.Windows.Forms (1)
System\Windows\Forms\OLE\DataObject.DataStore.cs (1)
103_data[format] = new DataStoreEntry(data, autoConvert);
3 references to DataStoreEntry
System.Windows.Forms (3)
System\Windows\Forms\OLE\DataObject.DataStore.cs (3)
26private readonly Dictionary<string, DataStoreEntry> _data = new(BackCompatibleStringComparer.Default); 40if (_data.TryGetValue(format, out DataStoreEntry? dse)) 58if (_data.TryGetValue(mappedFormats[i], out DataStoreEntry? found))