13 references to SettingsPropertyCollection
System (9)
sys\system\configuration\ApplicationSettingsBase.cs (4)
133_settings = new SettingsPropertyCollection(); 139_settings = new SettingsPropertyCollection(); 500_settings = new SettingsPropertyCollection(); 598SettingsPropertyCollection properties = new SettingsPropertyCollection();
sys\system\configuration\LocalFileSettingsProvider.cs (4)
228SettingsPropertyCollection local = new SettingsPropertyCollection(); 229SettingsPropertyCollection roaming = new SettingsPropertyCollection(); 292SettingsPropertyCollection properties = new SettingsPropertyCollection(); 513SettingsPropertyCollection upgradeProperties = new SettingsPropertyCollection();
sys\system\configuration\SettingsBase.cs (1)
142SettingsPropertyCollection ppc = new SettingsPropertyCollection();
System.Web (2)
Profile\HttpProfileBase.cs (2)
393s_Properties = new SettingsPropertyCollection(); 477s_Properties = new SettingsPropertyCollection();
System.Web.Extensions (2)
ClientServices\Providers\ClientSettingsProvider.cs (2)
78SettingsPropertyCollection retColl = new SettingsPropertyCollection(); 332_Properties = new SettingsPropertyCollection();