7 references to _mappedData
Microsoft.Private.Windows.Core (7)
System\Private\Windows\Ole\DataStore.cs (7)
60if (_mappedData.TryGetValue(format, out DataStoreEntry entry)) 101_mappedData[format] = new DataStoreEntry(data, autoConvert); 122if (data is ISerializable && !_mappedData.ContainsKey(DataFormatNames.Serializable)) 141return _mappedData.ContainsKey(format); 161string[] definedFormats = new string[_mappedData.Keys.Count]; 162_mappedData.Keys.CopyTo(definedFormats, 0); 178if (_mappedData[current].AutoConvert)