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