7 references to
System.Configuration (7)
System\Configuration\ConfigurationElement.cs (5)
615object value = parentElement.Values[index]; 1017object value = sourceElement.Values[index]; 1159object value = _values[index]; 1232object value = _values[index]; 1774ConfigurationElement value = elem.Values[index] as ConfigurationElement;
System\Configuration\ConfigurationValues.cs (2)
251object value = _values[index]; 270object value = _values[index];