7 references to
System.Configuration.ConfigurationManager (7)
System\Configuration\ConfigurationElement.cs (5)
658
object value = parentElement.Values
[
index];
919
object value = sourceElement.Values
[
index];
1051
object value = Values
[
index];
1133
object value = Values
[
index];
1800
ConfigurationElement value = elem.Values
[
index] as ConfigurationElement;
System\Configuration\ConfigurationValues.cs (2)
185
object value = _values
[
index];
207
object value = _values
[
index];