1 write to _overrideDictionary
WindowsBase (1)
Base\System\IO\Packaging\ZipPackage.cs (1)
1107_overrideDictionary = new Dictionary<PackUriHelper.ValidatedPartUri, ContentType>(_overrideDictionaryInitialSize);
11 references to _overrideDictionary
WindowsBase (11)
Base\System\IO\Packaging\ZipPackage.cs (11)
983if (_overrideDictionary != null) 985if (_overrideDictionary.ContainsKey(partUri)) 986return _overrideDictionary[partUri]; 1004if (_overrideDictionary != null) 1006if(_overrideDictionary.Remove(partUri)) 1063if (_overrideDictionary != null) 1066foreach (PackUriHelper.ValidatedPartUri key in _overrideDictionary.Keys) 1068WriteOverrideElement(writer, key, _overrideDictionary[key]); 1106if (_overrideDictionary == null) 1378_overrideDictionary.Add(partUri, new ContentType(contentTypeAttributeValue)); 1423_overrideDictionary.Add(partUri, contentType);