6 references to _propertyDictionary
System.IO.Packaging (6)
System\IO\Packaging\PartBasedPackageProperties.cs (6)
346if (!_propertyDictionary.TryGetValue(propertyName, out object? value)) 383if (_propertyDictionary.ContainsKey(propertyenum)) 396_propertyDictionary.Remove(propertyenum); 400_propertyDictionary[propertyenum] = value; 408_propertyDictionary.Add(propertyenum, value); 771foreach (KeyValuePair<PackageXmlEnum, object> entry in _propertyDictionary)