3 references to DefaultClearItemsName
System.Configuration (3)
System\Configuration\ConfigurationCollectionAttribute.cs (1)
81return ConfigurationElementCollection.DefaultClearItemsName;
System\Configuration\ConfigurationElementCollection.cs (2)
25private String _clearElement = DefaultClearItemsName; 90throw new ArgumentException(SR.GetString(SR.Item_name_reserved, DefaultClearItemsName, value));