8 references to SettingValueElement
System (1)
src\libraries\shims\System\ref\System.cs (1)
467
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.
SettingValueElement
))]
System.Configuration.ConfigurationManager (7)
System\Configuration\SettingElement.cs (3)
22
typeof(
SettingValueElement
),
91
public
SettingValueElement
Value
95
return (
SettingValueElement
)base[s_propValue];
System\Configuration\SettingValueElement.cs (4)
39
SettingValueElement
u = settingValue as
SettingValueElement
;
75
ValueXml = ((
SettingValueElement
)parentElement).ValueXml;
82
ValueXml = ((
SettingValueElement
)sourceElement).ValueXml;