4 references to SettingElementCollection
System (4)
sys\system\configuration\ClientSettingsStore.cs (1)
171SettingElementCollection sec = section.Settings;
sys\system\configuration\sections\ClientSettingsSection.cs (3)
23private static readonly ConfigurationProperty _propSettings = new ConfigurationProperty(null, typeof(SettingElementCollection), null, ConfigurationPropertyOptions.IsDefaultCollection); 41public SettingElementCollection Settings { 43return (SettingElementCollection) base[_propSettings];