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