Base:
property
Properties
System.Configuration.ConfigurationElement.Properties
1 override of Properties
System.ServiceModel (1)
System\ServiceModel\Configuration\NamedServiceModelExtensionCollectionElement.cs (1)
44
protected override ConfigurationPropertyCollection
Properties
12 references to Properties
System.ServiceModel (12)
System\ServiceModel\Configuration\NamedServiceModelExtensionCollectionElement.cs (1)
50
this.properties = base.
Properties
;
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (11)
138
this.
Properties
.Add(configProperty);
210
if (this.
Properties
.Count > 0)
225
this.
Properties
.Remove(name);
443
if (this.
Properties
.Contains(reader.Name))
445
this[reader.Name] = this.
Properties
[reader.Name].Converter.ConvertFromString(reader.Value);
539
this.
Properties
.Remove(configuredSectionName);
610
foreach (ConfigurationProperty property in sourceElement.
Properties
)
612
if (!this.
Properties
.Contains(property.Name))
614
this.
Properties
.Add(property);
623
if (!this.
Properties
.Contains(configuredSectionName))
626
this.
Properties
.Add(configProperty);