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