3 instantiations of SettingsPropertyValue
System.Configuration.ConfigurationManager (3)
System\Configuration\LocalFileSettingsProvider.cs (3)
76
SettingsPropertyValue value = new
SettingsPropertyValue
(setting);
266
SettingsPropertyValue value = new
SettingsPropertyValue
(property);
383
SettingsPropertyValue value = new
SettingsPropertyValue
(setting);
17 references to SettingsPropertyValue
System (1)
src\libraries\shims\System\ref\System.cs (1)
458
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.
SettingsPropertyValue
))]
System.Configuration.ConfigurationManager (16)
System\Configuration\ApplicationSettingsBase.cs (1)
287
SettingsPropertyValue
value = null;
System\Configuration\IApplicationSettingsProvider.cs (1)
15
SettingsPropertyValue
GetPreviousVersion(SettingsContext context, SettingsProperty property);
System\Configuration\LocalFileSettingsProvider.cs (6)
76
SettingsPropertyValue
value = new SettingsPropertyValue(setting);
155
foreach (
SettingsPropertyValue
value in values)
252
public
SettingsPropertyValue
GetPreviousVersion(SettingsContext context, SettingsProperty property)
266
SettingsPropertyValue
value = new SettingsPropertyValue(property);
383
SettingsPropertyValue
value = new SettingsPropertyValue(setting);
436
private XmlElement SerializeToXmlElement(SettingsProperty setting,
SettingsPropertyValue
value)
System\Configuration\SettingsBase.cs (5)
60
SettingsPropertyValue
p = _propertyValues[propertyName];
86
SettingsPropertyValue
p = _propertyValues[propertyName];
131
foreach (
SettingsPropertyValue
pp in PropertyValues)
143
foreach (
SettingsPropertyValue
pp in PropertyValues)
166
foreach (
SettingsPropertyValue
p in ppcv)
System\Configuration\SettingsPropertyValueCollection.cs (3)
20
public void Add(
SettingsPropertyValue
property)
66
public
SettingsPropertyValue
this[string name]
80
return (
SettingsPropertyValue
)_values[ipos];