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