Base:
property
Properties
System.Configuration.SettingsBase.Properties
9 references to Properties
System.Configuration.ConfigurationManager (9)
System\Configuration\ApplicationSettingsBase.cs (9)
70
foreach (SettingsProperty property in
Properties
)
280
if (
Properties
.Count == 0)
283
SettingsProperty sp =
Properties
[propertyName];
343
foreach (SettingsProperty sp in
Properties
)
356
if (
Properties
!= null)
423
if (
Properties
!= null)
666
foreach (SettingsProperty sp in
Properties
)
691
SettingsProperty setting =
Properties
[propertyName];
744
foreach (SettingsProperty sp in
Properties
)