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