19 references to DefaultCollectionProperty
System.Configuration.ConfigurationManager (19)
System\Configuration\ConfigurationElement.cs (15)
292if (Properties.DefaultCollectionProperty != null) 295collection = this[Properties.DefaultCollectionProperty] as ConfigurationElementCollection; 326if (Properties.DefaultCollectionProperty != null) 329ConfigurationElementCollection collection = this[Properties.DefaultCollectionProperty] as ConfigurationElementCollection; 571if (Properties.DefaultCollectionProperty != null) 574ConfigurationElementCollection collection = this[Properties.DefaultCollectionProperty] as ConfigurationElementCollection; 594if (Properties.DefaultCollectionProperty != null) 597ConfigurationElementCollection collection = this[Properties.DefaultCollectionProperty] as ConfigurationElementCollection; 1332if ((collection == null) && (Properties.DefaultCollectionProperty != null)) 1336this[Properties.DefaultCollectionProperty] as ConfigurationElementCollection; 1395ConfigurationProperty defaultCollectionProperty = props?.DefaultCollectionProperty; 1628if (props.DefaultCollectionProperty != null) 1631ConfigurationElementCollection collection = this[props.DefaultCollectionProperty] as ConfigurationElementCollection; 1668if (props.DefaultCollectionProperty != null) 1671ConfigurationElementCollection collection = this[props.DefaultCollectionProperty] as ConfigurationElementCollection;
System\Configuration\ConfigurationLockCollection.cs (2)
138if ((collection == null) && (_thisElement.Properties.DefaultCollectionProperty != null)) 142_thisElement[_thisElement.Properties.DefaultCollectionProperty] as
System\Configuration\ElementInformation.cs (2)
32if ((collection == null) && (_thisElement.Properties.DefaultCollectionProperty != null)) 36_thisElement[_thisElement.Properties.DefaultCollectionProperty] as