9 references to SettingsPropertyCollection
System.Configuration.ConfigurationManager (9)
System\Configuration\ApplicationSettingsBase.cs (4)
138
_settings = new
SettingsPropertyCollection
();
145
_settings = new
SettingsPropertyCollection
();
557
_settings ??= new
SettingsPropertyCollection
();
668
SettingsPropertyCollection properties = new
SettingsPropertyCollection
();
System\Configuration\LocalFileSettingsProvider.cs (4)
221
SettingsPropertyCollection local = new
SettingsPropertyCollection
();
222
SettingsPropertyCollection roaming = new
SettingsPropertyCollection
();
259
SettingsPropertyCollection properties = new
SettingsPropertyCollection
();
496
SettingsPropertyCollection upgradeProperties = new
SettingsPropertyCollection
();
System\Configuration\SettingsBase.cs (1)
154
SettingsPropertyCollection ppc = new
SettingsPropertyCollection
();