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