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