2 instantiations of SettingsProperty
System.Configuration.ConfigurationManager (2)
System\Configuration\ApplicationSettingsBase.cs (2)
447
SettingsProperty settingsProperty = new
SettingsProperty
(Initializer);
590
_init = new
SettingsProperty
("");
41 references to SettingsProperty
System (1)
src\libraries\shims\System\ref\System.cs (1)
454
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.
SettingsProperty
))]
System.Configuration.ConfigurationManager (40)
System\Configuration\ApplicationSettingsBase.cs (11)
21
private
SettingsProperty
_init;
73
foreach (
SettingsProperty
property in Properties)
286
SettingsProperty
sp = Properties[propertyName];
346
foreach (
SettingsProperty
sp in Properties)
441
private
SettingsProperty
CreateSetting(PropertyInfo propertyInfo)
447
SettingsProperty
settingsProperty = new SettingsProperty(Initializer);
562
SettingsProperty
sp = CreateSetting(properties[i]);
581
private
SettingsProperty
Initializer
669
foreach (
SettingsProperty
sp in Properties)
694
SettingsProperty
setting = Properties[propertyName];
747
foreach (
SettingsProperty
sp in Properties)
System\Configuration\IApplicationSettingsProvider.cs (1)
15
SettingsPropertyValue GetPreviousVersion(SettingsContext context,
SettingsProperty
property);
System\Configuration\ISettingsProviderService.cs (1)
19
SettingsProvider GetSettingsProvider(
SettingsProperty
property);
System\Configuration\LocalFileSettingsProvider.cs (9)
73
foreach (
SettingsProperty
setting in properties)
157
SettingsProperty
setting = value.Property;
224
foreach (
SettingsProperty
sp in properties)
252
public SettingsPropertyValue GetPreviousVersion(SettingsContext context,
SettingsProperty
property)
380
foreach (
SettingsProperty
setting in properties)
408
private static bool IsRoamingSetting(
SettingsProperty
setting)
419
private static bool IsUserSetting(
SettingsProperty
setting)
436
private XmlElement SerializeToXmlElement(
SettingsProperty
setting, SettingsPropertyValue value)
497
foreach (
SettingsProperty
sp in properties)
System\Configuration\SettingsBase.cs (3)
57
SettingsProperty
pp = Properties[propertyName];
76
SettingsProperty
pp = Properties[propertyName];
155
foreach (
SettingsProperty
pp in Properties)
System\Configuration\SettingsProperty.cs (1)
64
public SettingsProperty(
SettingsProperty
propertyToCopy)
System\Configuration\SettingsPropertyCollection.cs (9)
18
public void Add(
SettingsProperty
property)
40
SettingsProperty
toRemove = (
SettingsProperty
)_hashtable[name];
57
public
SettingsProperty
this[string name]
61
return _hashtable[name] as
SettingsProperty
;
96
protected virtual void OnAdd(
SettingsProperty
property) { }
98
protected virtual void OnAddComplete(
SettingsProperty
property) { }
104
protected virtual void OnRemove(
SettingsProperty
property) { }
106
protected virtual void OnRemoveComplete(
SettingsProperty
property) { }
System\Configuration\SettingsPropertyValue.cs (5)
22
public
SettingsProperty
Property { get; private set; }
26
public SettingsPropertyValue(
SettingsProperty
property)
94
if (
SettingsProperty
.EnableUnsafeBinaryFormatterInPropertyValueSerialization)
189
if (
SettingsProperty
.EnableUnsafeBinaryFormatterInPropertyValueSerialization)
229
if (
SettingsProperty
.EnableUnsafeBinaryFormatterInPropertyValueSerialization)