3 references to _propValue
System.Configuration (3)
System\Configuration\KeyValueConfigurationElement.cs (3)
27
_properties.Add(
_propValue
);
79
return (string)base[
_propValue
];
82
base[
_propValue
] = value;