1 override of PropertyValues
System.Configuration.ConfigurationManager (1)
System\Configuration\ApplicationSettingsBase.cs (1)
159public override SettingsPropertyValueCollection PropertyValues
3 references to PropertyValues
System.Configuration.ConfigurationManager (3)
System\Configuration\ApplicationSettingsBase.cs (1)
163return base.PropertyValues;
System\Configuration\SettingsBase.cs (2)
131foreach (SettingsPropertyValue pp in PropertyValues) 143foreach (SettingsPropertyValue pp in PropertyValues)