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