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)
49
if (Properties == null ||
_PropertyValues
== null || Properties.Count == 0)
54
SettingsPropertyValue p =
_PropertyValues
[propertyName];
58
p =
_PropertyValues
[propertyName];
66
if (Properties == null ||
_PropertyValues
== null || Properties.Count == 0)
79
SettingsPropertyValue p =
_PropertyValues
[propertyName];
83
p =
_PropertyValues
[propertyName];
116
if (Properties == null ||
_PropertyValues
== null || Properties.Count == 0)
136
virtual public SettingsPropertyValueCollection PropertyValues { get { return
_PropertyValues
; } }
156
if (
_PropertyValues
[p.Name] == null)
157
_PropertyValues
.Add(p);