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(); 668SettingsPropertyCollection properties = new SettingsPropertyCollection();
System\Configuration\LocalFileSettingsProvider.cs (4)
221SettingsPropertyCollection local = new SettingsPropertyCollection(); 222SettingsPropertyCollection roaming = new SettingsPropertyCollection(); 259SettingsPropertyCollection properties = new SettingsPropertyCollection(); 496SettingsPropertyCollection upgradeProperties = new SettingsPropertyCollection();
System\Configuration\SettingsBase.cs (1)
154SettingsPropertyCollection ppc = new SettingsPropertyCollection();