4 references to DefaultCollectionPropertyName
System.Configuration (4)
System\Configuration\ConfigurationElement.cs (1)
1243if (prop.Name != ConfigurationProperty.DefaultCollectionPropertyName) {
System\Configuration\ConfigurationProperty.cs (1)
181name = DefaultCollectionPropertyName;
System\Configuration\ConfigurationPropertyCollection.cs (1)
36return this[ConfigurationProperty.DefaultCollectionPropertyName];
System\Configuration\PropertyInformationCollection.cs (1)
51(PropertyInformation) BaseGet (ConfigurationProperty.DefaultCollectionPropertyName);