1 instantiation of ClientSettingsSection
System (1)
sys\system\configuration\ClientSettingsStore.cs (1)
81
section = new
ClientSettingsSection
();
10 references to ClientSettingsSection
System (10)
sys\system\configuration\ClientSettingsStore.cs (10)
46
private
ClientSettingsSection
GetConfigSection(Configuration config, string sectionName, bool declare) {
48
ClientSettingsSection
section = null;
51
section = config.GetSection(fullSectionName) as
ClientSettingsSection
;
56
section = config.GetSection(fullSectionName) as
ClientSettingsSection
;
98
ClientSettingsSection
section = ConfigurationManager.GetSection(prefix + sectionName) as
ClientSettingsSection
;
132
ClientSettingsSection
section = config.GetSection(prefix + sectionName) as
ClientSettingsSection
;
153
ClientSettingsSection
section = GetConfigSection(config, sectionName, false);
168
ClientSettingsSection
section = GetConfigSection(config, sectionName, true);