9 references to _propertyDictionary
WindowsBase (9)
Base\MS\Internal\IO\Packaging\PartBasedPackageProperties.cs (9)
420
if (!
_propertyDictionary
.ContainsKey(propertyName))
422
return
_propertyDictionary
[propertyName];
456
if (
_propertyDictionary
.ContainsKey(propertyenum))
472
_propertyDictionary
.Remove(propertyenum);
476
_propertyDictionary
[propertyenum] = value;
493
_propertyDictionary
.Add(propertyenum, value);
860
entriesToNullify = new KeyValuePair<PackageXmlEnum, Object>[
_propertyDictionary
.Count];
863
foreach (KeyValuePair<PackageXmlEnum, Object> entry in
_propertyDictionary
)
919
_propertyDictionary
[entriesToNullify[i].Key] = null;