4 references to DefaultCollectionPropertyName
System.Configuration.ConfigurationManager (4)
System\Configuration\ConfigurationElement.cs (1)
1149if (prop.Name != ConfigurationProperty.DefaultCollectionPropertyName)
System\Configuration\ConfigurationProperty.cs (1)
236name = DefaultCollectionPropertyName;
System\Configuration\ConfigurationPropertyCollection.cs (1)
13=> this[ConfigurationProperty.DefaultCollectionPropertyName];
System\Configuration\PropertyInformationCollection.cs (1)
31(PropertyInformation)BaseGet(ConfigurationProperty.DefaultCollectionPropertyName);