26 references to
System.Configuration (18)
System\Configuration\ConfigurationElement.cs (13)
260
ConfigurationProperty prop = (ConfigurationProperty)source.Properties
[
propInfo.Name];
583
ConfigurationProperty prop = (ConfigurationProperty)parentElement.Properties
[
key];
617
ConfigurationProperty prop = (ConfigurationProperty)parentElement.Properties
[
key];
716
ConfigurationProperty prop = Properties
[
propertyName];
718
prop = Properties
[
DefaultCollectionPropertyName];
727
SetPropertyValue(Properties
[
propertyName], value, false);// Do not ignore locks!!!
1018
ConfigurationProperty prop = (ConfigurationProperty)sourceElement.Properties
[
key];
1161
ConfigurationProperty prop = (ConfigurationProperty)props
[
key];
1234
ConfigurationProperty prop = (ConfigurationProperty)props
[
key];
1375
ConfigurationProperty propToLock = Properties
[
attribToLockTrim];
1469
ConfigurationProperty prop = props != null ? props
[
propertyName] : null;
1520
ConfigurationProperty prop = props != null ? props
[
propertyName] : null;
1624
ConfigurationProperty propToLock = Properties
[
key];
System\Configuration\ConfigurationLockCollection.cs (1)
91
ConfigurationProperty propToLock = _thisElement.Properties
[
attribToLockTrim];
System\Configuration\ConfigurationPropertyCollection.cs (1)
36
return this
[
ConfigurationProperty.DefaultCollectionPropertyName];
System\Configuration\PropertyInformation.cs (1)
30
_Prop = ThisElement.Properties
[
PropertyName];
System\Configuration\ProviderSettings.cs (2)
190
ConfigurationProperty prop = _properties
[
PropName];
201
SetPropName = _properties
[
PropName];
System.ServiceModel (8)
System\ServiceModel\Configuration\ConnectionOrientedTransportElement.cs (2)
135
ConfigurationProperty maxPendingConnectionsProperty = this.Properties
[
ConfigurationStrings.MaxPendingConnections];
141
ConfigurationProperty maxPendingAcceptsProperty = this.Properties
[
ConfigurationStrings.MaxPendingAccepts];
System\ServiceModel\Configuration\NetNamedPipeBindingElement.cs (1)
120
ConfigurationProperty maxConnectionsProperty = this.Properties
[
ConfigurationStrings.MaxConnections];
System\ServiceModel\Configuration\NetTcpBindingElement.cs (2)
142
ConfigurationProperty maxConnectionsProperty = this.Properties
[
ConfigurationStrings.MaxConnections];
148
ConfigurationProperty listenBacklogProperty = this.Properties
[
ConfigurationStrings.ListenBacklog];
System\ServiceModel\Configuration\ServiceModelConfigurationElement.cs (1)
23
var configurationProperty = this.Properties
[
propertyName];
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (1)
445
this[reader.Name] = this.Properties
[
reader.Name].Converter.ConvertFromString(reader.Value);
System\ServiceModel\Configuration\TcpTransportElement.cs (1)
66
ConfigurationProperty listenBacklogProperty = this.Properties
[
ConfigurationStrings.ListenBacklog];