2 overrides of
System (1)
sys\system\configuration\ApplicationSettingsBase.cs (1)
358
public override object
this
[string propertyName] {
System.Web (1)
Profile\HttpProfileBase.cs (1)
38
public override object
this
[string propertyName] {
2 writes to
System (1)
sys\system\configuration\ApplicationSettingsBase.cs (1)
375
base
[
propertyName] = value;
System.Web (1)
Profile\HttpProfileBase.cs (1)
78
base
[
propertyName] = value;
4 references to
System (3)
sys\system\configuration\ApplicationSettingsBase.cs (3)
627
object temp = base
[
propertyName];
638
return base
[
propertyName];
641
return base
[
propertyName];
System.Web (1)
Profile\HttpProfileBase.cs (1)
63
return base
[
propertyName];