1 instantiation of SchemeSettingElement
System.Configuration.ConfigurationManager (1)
System\Configuration\SchemeSettingElementCollection.cs (1)
46return new SchemeSettingElement();
8 references to SchemeSettingElement
System (1)
src\libraries\shims\System\ref\System.cs (1)
437[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Configuration.SchemeSettingElement))]
System.Configuration.ConfigurationManager (7)
System\Configuration\SchemeSettingElementCollection.cs (7)
6[ConfigurationCollection(typeof(SchemeSettingElement), 29public SchemeSettingElement this[int index] 31get { return (SchemeSettingElement)BaseGet(index); } 34public new SchemeSettingElement this[string name] 36get { return (SchemeSettingElement)BaseGet(name); } 39public int IndexOf(SchemeSettingElement element) 51return ((SchemeSettingElement)element).Name;