3 instantiations of SettingsPropertyValue
System.Configuration.ConfigurationManager (3)
System\Configuration\LocalFileSettingsProvider.cs (3)
76SettingsPropertyValue value = new SettingsPropertyValue(setting); 266SettingsPropertyValue value = new SettingsPropertyValue(property); 383SettingsPropertyValue 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)
287SettingsPropertyValue value = null;
System\Configuration\IApplicationSettingsProvider.cs (1)
15SettingsPropertyValue GetPreviousVersion(SettingsContext context, SettingsProperty property);
System\Configuration\LocalFileSettingsProvider.cs (6)
76SettingsPropertyValue value = new SettingsPropertyValue(setting); 155foreach (SettingsPropertyValue value in values) 252public SettingsPropertyValue GetPreviousVersion(SettingsContext context, SettingsProperty property) 266SettingsPropertyValue value = new SettingsPropertyValue(property); 383SettingsPropertyValue value = new SettingsPropertyValue(setting); 436private XmlElement SerializeToXmlElement(SettingsProperty setting, SettingsPropertyValue value)
System\Configuration\SettingsBase.cs (5)
60SettingsPropertyValue p = _propertyValues[propertyName]; 86SettingsPropertyValue p = _propertyValues[propertyName]; 131foreach (SettingsPropertyValue pp in PropertyValues) 143foreach (SettingsPropertyValue pp in PropertyValues) 166foreach (SettingsPropertyValue p in ppcv)
System\Configuration\SettingsPropertyValueCollection.cs (3)
20public void Add(SettingsPropertyValue property) 66public SettingsPropertyValue this[string name] 80return (SettingsPropertyValue)_values[ipos];