7 references to _mappedData
System.Private.Windows.Core (7)
System\Private\Windows\Ole\DataStore.cs (7)
51if (_mappedData.TryGetValue(format, out DataStoreEntry entry)) 86_mappedData[format] = new DataStoreEntry(data, autoConvert); 107if (data is ISerializable && !_mappedData.ContainsKey(DataFormatNames.Serializable)) 126return _mappedData.ContainsKey(format); 146string[] definedFormats = new string[_mappedData.Keys.Count]; 147_mappedData.Keys.CopyTo(definedFormats, 0); 157if (_mappedData[current].AutoConvert)