4 references to s_propValue
System.Configuration.ConfigurationManager (4)
System\Configuration\NameValueConfigurationElement.cs (4)
14
private static readonly ConfigurationPropertyCollection s_properties = new ConfigurationPropertyCollection { s_propName,
s_propValue
};
21
base[
s_propValue
] = value;
32
get { return (string)base[
s_propValue
]; }
33
set { base[
s_propValue
] = value; }