12 references to _mappedData
System.Windows.Forms (12)
System\Windows\Forms\OLE\DataObject.DataStore.cs (12)
29if (_mappedData.TryGetValue(format, out DataStoreEntry? dse)) 57if (_mappedData.TryGetValue(mappedFormats[i], out DataStoreEntry? found)) 101_mappedData[format] = new DataStoreEntry(data, autoConvert); 117&& !_mappedData.ContainsKey(DataFormats.Serializable)) 136Debug.Assert(_mappedData is not null, "data must be non-null"); 137return _mappedData.ContainsKey(format); 161Debug.Assert(_mappedData is not null, "data collection can't be null"); 162Debug.Assert(_mappedData.Keys is not null, "data Keys collection can't be null"); 164string[] baseVar = new string[_mappedData.Keys.Count]; 165_mappedData.Keys.CopyTo(baseVar, 0); 175Debug.Assert(_mappedData[baseVar[i]] is not null, $"Null item in data collection with key '{baseVar[i]}'"); 176if (_mappedData[baseVar[i]]!.AutoConvert)