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