Base:
property
Properties
System.Configuration.SettingsBase.Properties
9 references to Properties
System.Configuration.ConfigurationManager (9)
System\Configuration\ApplicationSettingsBase.cs (9)
73
foreach (SettingsProperty property in
Properties
)
283
if (
Properties
.Count == 0)
286
SettingsProperty sp =
Properties
[propertyName];
346
foreach (SettingsProperty sp in
Properties
)
359
if (
Properties
!= null)
426
if (
Properties
!= null)
669
foreach (SettingsProperty sp in
Properties
)
694
SettingsProperty setting =
Properties
[propertyName];
747
foreach (SettingsProperty sp in
Properties
)