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