11 references to Add
System (7)
sys\system\configuration\ApplicationSettingsBase.cs (2)
510_settings.Add(sp); 601properties.Add(sp);
sys\system\configuration\LocalFileSettingsProvider.cs (4)
235roaming.Add(sp); 238local.Add(sp); 293properties.Add(property); 516upgradeProperties.Add(sp);
sys\system\configuration\SettingsBase.cs (1)
147ppc.Add(pp);
System.Web (2)
Profile\HttpProfileBase.cs (2)
456s_Properties.Add(sp); 524s_Properties.Add(sp);
System.Web.Extensions (2)
ClientServices\Providers\ClientSettingsProvider.cs (2)
134retColl.Add(new SettingsProperty(propName, propType, null, readOnly,p.DefaultValue, serializeAs, dict, true, true)); 334_Properties.Add(property);