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