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