7 references to SettingValueElement
System (7)
sys\system\configuration\sections\ClientSettingsSection.cs (7)
90
private static readonly ConfigurationProperty _propValue = new ConfigurationProperty("value", typeof(
SettingValueElement
),null,ConfigurationPropertyOptions.IsRequired);
154
public
SettingValueElement
Value {
156
return (
SettingValueElement
) base[_propValue];
197
SettingValueElement
u = settingValue as
SettingValueElement
;
226
ValueXml = ((
SettingValueElement
) parentElement).ValueXml;
232
ValueXml = ((
SettingValueElement
) sourceElement).ValueXml;