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