1 override of Properties
System.Configuration.ConfigurationManager (1)
System\Configuration\ApplicationSettingsBase.cs (1)
126
public override SettingsPropertyCollection
Properties
9 references to Properties
System.Configuration.ConfigurationManager (9)
System\Configuration\SettingsBase.cs (9)
55
if (
Properties
== null || _propertyValues == null ||
Properties
.Count == 0)
57
SettingsProperty pp =
Properties
[propertyName];
73
if (
Properties
== null || _propertyValues == null ||
Properties
.Count == 0)
76
SettingsProperty pp =
Properties
[propertyName];
125
if (
Properties
== null || _propertyValues == null ||
Properties
.Count == 0)
155
foreach (SettingsProperty pp in
Properties
)