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