16 references to
System.Configuration.ConfigurationManager (16)
System\Configuration\ConfigurationElement.cs (11)
172
ConfigurationProperty prop = Properties
[
propertyName];
175
prop = Properties
[
DefaultCollectionPropertyName];
183
SetPropertyValue(Properties
[
propertyName], value, false); // Do not ignore locks!!!
378
source.Properties
[
propInfo.Name];
624
ConfigurationProperty prop = parentElement.Properties
[
key];
660
ConfigurationProperty prop = parentElement.Properties
[
key];
920
ConfigurationProperty prop = sourceElement.Properties
[
key];
1053
ConfigurationProperty prop = props
[
key];
1135
ConfigurationProperty prop = props
[
key];
1313
ConfigurationProperty propToLock = Properties
[
attribToLockTrim];
1641
ConfigurationProperty propToLock = Properties
[
key];
System\Configuration\ConfigurationLockCollection.cs (1)
134
ConfigurationProperty propToLock = _thisElement.Properties
[
attribToLockTrim];
System\Configuration\ConfigurationPropertyCollection.cs (1)
13
=> this
[
ConfigurationProperty.DefaultCollectionPropertyName];
System\Configuration\PropertyInformation.cs (1)
21
private ConfigurationProperty Prop => _prop ??= _thisElement.Properties
[
Name];
System\Configuration\ProviderSettings.cs (2)
157
ConfigurationProperty prop = _properties
[
propName];
168
setPropName = _properties
[
propName];