1 write to _PropertyValues
System (1)
sys\system\configuration\SettingsBase.cs (1)
21_PropertyValues = new SettingsPropertyValueCollection();
10 references to _PropertyValues
System (10)
sys\system\configuration\SettingsBase.cs (10)
49if (Properties == null || _PropertyValues == null || Properties.Count == 0) 54SettingsPropertyValue p = _PropertyValues[propertyName]; 58p = _PropertyValues[propertyName]; 66if (Properties == null || _PropertyValues == null || Properties.Count == 0) 79SettingsPropertyValue p = _PropertyValues[propertyName]; 83p = _PropertyValues[propertyName]; 116if (Properties == null || _PropertyValues == null || Properties.Count == 0) 136virtual public SettingsPropertyValueCollection PropertyValues { get { return _PropertyValues; } } 156if (_PropertyValues[p.Name] == null) 157_PropertyValues.Add(p);