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