4 references to _propValue
System.Configuration (4)
System\Configuration\NameValueConfigurationElement.cs (4)
38
_properties.Add(
_propValue
);
59
base[
_propValue
] = value;
83
return (string)base[
_propValue
];
87
base[
_propValue
] = value;