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