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