1 write to _propertyValues
System.Configuration.ConfigurationManager (1)
System\Configuration\SettingsBase.cs (1)
18_propertyValues = new SettingsPropertyValueCollection();
10 references to _propertyValues
System.Configuration.ConfigurationManager (10)
System\Configuration\SettingsBase.cs (10)
55if (Properties == null || _propertyValues == null || Properties.Count == 0) 60SettingsPropertyValue p = _propertyValues[propertyName]; 64p = _propertyValues[propertyName]; 73if (Properties == null || _propertyValues == null || Properties.Count == 0) 86SettingsPropertyValue p = _propertyValues[propertyName]; 90p = _propertyValues[propertyName]; 125if (Properties == null || _propertyValues == null || Properties.Count == 0) 149public virtual SettingsPropertyValueCollection PropertyValues { get { return _propertyValues; } } 168if (_propertyValues[p.Name] == null) 169_propertyValues.Add(p);