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)
55
if (Properties == null ||
_propertyValues
== null || Properties.Count == 0)
60
SettingsPropertyValue p =
_propertyValues
[propertyName];
64
p =
_propertyValues
[propertyName];
73
if (Properties == null ||
_propertyValues
== null || Properties.Count == 0)
86
SettingsPropertyValue p =
_propertyValues
[propertyName];
90
p =
_propertyValues
[propertyName];
125
if (Properties == null ||
_propertyValues
== null || Properties.Count == 0)
149
public virtual SettingsPropertyValueCollection PropertyValues { get { return
_propertyValues
; } }
168
if (
_propertyValues
[p.Name] == null)
169
_propertyValues
.Add(p);