1 override of PropertyValues
System (1)
sys\system\configuration\ApplicationSettingsBase.cs (1)
153public override SettingsPropertyValueCollection PropertyValues {
6 references to PropertyValues
System (3)
sys\system\configuration\ApplicationSettingsBase.cs (1)
155return base.PropertyValues;
sys\system\configuration\SettingsBase.cs (2)
121foreach (SettingsPropertyValue pp in PropertyValues) 131foreach (SettingsPropertyValue pp in PropertyValues)
System.Web (1)
Profile\HttpProfileBase.cs (1)
148foreach (SettingsPropertyValue pv in PropertyValues) {
System.Web.Extensions (2)
ApplicationServices\ProfileService.cs (2)
269SettingsPropertyValue p = pb.PropertyValues[name]; 273p = pb.PropertyValues[name];