17 types derived from ConfigurationElementCollection
Microsoft.Build (3)
ToolsetElement.cs (3)
164
internal sealed class ExtensionsPathsElementCollection :
ConfigurationElementCollection
337
internal sealed class PropertyElementCollection :
ConfigurationElementCollection
518
internal sealed class ToolsetElementCollection :
ConfigurationElementCollection
Microsoft.Build.Utilities.Core (3)
ToolsetElement.cs (3)
164
internal sealed class ExtensionsPathsElementCollection :
ConfigurationElementCollection
337
internal sealed class PropertyElementCollection :
ConfigurationElementCollection
518
internal sealed class ToolsetElementCollection :
ConfigurationElementCollection
System.Configuration.ConfigurationManager (10)
System\Configuration\ConnectionStringSettingsCollection.cs (1)
7
public sealed class ConnectionStringSettingsCollection :
ConfigurationElementCollection
System\Configuration\DateTimeConfigurationCollection.cs (1)
7
internal sealed class DateTimeConfigurationCollection :
ConfigurationElementCollection
System\Configuration\KeyValueConfigurationCollection.cs (1)
7
public class KeyValueConfigurationCollection :
ConfigurationElementCollection
System\Configuration\NameValueConfigurationCollection.cs (1)
7
public sealed class NameValueConfigurationCollection :
ConfigurationElementCollection
System\Configuration\ProviderSettingsCollection.cs (1)
7
public sealed class ProviderSettingsCollection :
ConfigurationElementCollection
System\Configuration\SchemeSettingElementCollection.cs (1)
11
public sealed class SchemeSettingElementCollection :
ConfigurationElementCollection
System\Configuration\SettingElementCollection.cs (1)
6
public sealed class SettingElementCollection :
ConfigurationElementCollection
System\Diagnostics\ListenerElementsCollection.cs (1)
15
internal class ListenerElementsCollection :
ConfigurationElementCollection
System\Diagnostics\SourceElementsCollection.cs (1)
14
internal sealed class SourceElementsCollection :
ConfigurationElementCollection
System\Diagnostics\SwitchElementsCollection.cs (1)
12
internal sealed class SwitchElementsCollection :
ConfigurationElementCollection
System.Runtime.Caching (1)
System\Runtime\Caching\Configuration\MemoryCacheSettingsCollection.cs (1)
15
internal sealed class MemoryCacheSettingsCollection :
ConfigurationElementCollection
46 references to ConfigurationElementCollection
System.Configuration (1)
System.Configuration.cs (1)
15
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.
ConfigurationElementCollection
))]
System.Configuration.ConfigurationManager (45)
System\Configuration\ConfigurationCollectionAttribute.cs (3)
28
get { return _addItemName ??
ConfigurationElementCollection
.DefaultAddItemName; }
38
get { return _removeItemName ??
ConfigurationElementCollection
.DefaultRemoveItemName; }
48
get { return _clearItemsName ??
ConfigurationElementCollection
.DefaultClearItemsName; }
System\Configuration\ConfigurationElement.cs (24)
132
if (typeof(
ConfigurationElementCollection
).IsAssignableFrom(prop.Type))
134
ConfigurationElementCollection
childElementCollection =
135
childElement as
ConfigurationElementCollection
;
291
ConfigurationElementCollection
collection = null;
295
collection = this[Properties.DefaultCollectionProperty] as
ConfigurationElementCollection
;
329
ConfigurationElementCollection
collection = this[Properties.DefaultCollectionProperty] as
ConfigurationElementCollection
;
461
ConfigurationElementCollection
collection = this[prop] as
ConfigurationElementCollection
;
501
ConfigurationElementCollection
collection = elem as
ConfigurationElementCollection
;
574
ConfigurationElementCollection
collection = this[Properties.DefaultCollectionProperty] as
ConfigurationElementCollection
;
597
ConfigurationElementCollection
collection = this[Properties.DefaultCollectionProperty] as
ConfigurationElementCollection
;
1331
ConfigurationElementCollection
collection = this as
ConfigurationElementCollection
;
1336
this[Properties.DefaultCollectionProperty] as
ConfigurationElementCollection
;
1631
ConfigurationElementCollection
collection = this[props.DefaultCollectionProperty] as
ConfigurationElementCollection
;
1671
ConfigurationElementCollection
collection = this[props.DefaultCollectionProperty] as
ConfigurationElementCollection
;
1791
if (elem is
ConfigurationElementCollection
)
1793
IEnumerator it = ((
ConfigurationElementCollection
)elem).GetElementsEnumerator();
System\Configuration\ConfigurationElementCollection.cs (11)
214
ConfigurationElementCollection
compareToElem = (
ConfigurationElementCollection
)compareTo;
256
ConfigurationElementCollection
parentCollection = parentElement as
ConfigurationElementCollection
;
257
ConfigurationElementCollection
sourceCollection = sourceElement as
ConfigurationElementCollection
;
458
ConfigurationElementCollection
parentCollection = parentElement as
ConfigurationElementCollection
;
1256
internal object GetKey(
ConfigurationElementCollection
thisCollection)
1266
private readonly
ConfigurationElementCollection
_thisCollection;
1269
internal Enumerator(ArrayList items,
ConfigurationElementCollection
collection)
System\Configuration\ConfigurationLockCollection.cs (3)
137
ConfigurationElementCollection
collection = _thisElement as
ConfigurationElementCollection
;
143
ConfigurationElementCollection
;
System\Configuration\ConfigurationProperty.cs (1)
124
if (typeof(
ConfigurationElementCollection
).IsAssignableFrom(propertyType))
System\Configuration\ElementInformation.cs (3)
31
ConfigurationElementCollection
collection = _thisElement as
ConfigurationElementCollection
;
37
ConfigurationElementCollection
;