2 references to KeyValueConfigurationElement
System.Configuration (2)
System\Configuration\KeyValueConfigurationCollection.cs (1)
98KeyValueConfigurationElement element = new KeyValueConfigurationElement(key, value);
System\Configuration\KeyValueInternalCollection.cs (1)
28_root.Settings.Add(new KeyValueConfigurationElement(key, value));