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