14 implementations of IConfigurationSectionHandler
System (7)
compmod\system\codedom\compiler\CodeDomConfigurationHandler.cs (1)
351
internal class CodeDomConfigurationHandler :
IConfigurationSectionHandler
{
services\monitoring\system\diagnosticts\DiagnosticsConfigurationHandler.cs (1)
27
public class DiagnosticsConfigurationHandler :
IConfigurationSectionHandler
{
sys\system\configuration\DictionarySectionHandler.cs (1)
22
public class DictionarySectionHandler :
IConfigurationSectionHandler
{
sys\system\configuration\IgnoreSectionHandler.cs (1)
11
public class IgnoreSectionHandler :
IConfigurationSectionHandler
{
sys\system\configuration\NameValueFileSectionHandler.cs (1)
24
public class NameValueFileSectionHandler :
IConfigurationSectionHandler
{
sys\system\configuration\NameValueSectionHandler.cs (1)
16
public class NameValueSectionHandler :
IConfigurationSectionHandler
{
sys\system\configuration\SingleTagSectionHandler.cs (1)
18
public class SingleTagSectionHandler :
IConfigurationSectionHandler
{
System.Data (2)
fx\src\data\System\Data\Common\DbProviderConfigurationHandler.cs (1)
33
public class DbProviderConfigurationHandler :
IConfigurationSectionHandler
{ // V1.2.3300
fx\src\data\System\Data\Common\DbProviderFactoriesConfigurationHandler.cs (1)
110
public class DbProviderFactoriesConfigurationHandler :
IConfigurationSectionHandler
{ // V1.2.3300
System.Web (2)
Configuration\HttpCapabilitiesSectionHandler.cs (1)
24
public class HttpCapabilitiesSectionHandler :
IConfigurationSectionHandler
{
Configuration\ProtocolsConfigurationHandler.cs (1)
40
public sealed class ProtocolsConfigurationHandler :
IConfigurationSectionHandler
{
System.Web.Mobile (2)
Mobile\MobileDeviceCapabilitiesSectionHandler.cs (1)
19
public class MobileDeviceCapabilitiesSectionHandler :
IConfigurationSectionHandler
UI\MobileControls\MobileControlsSectionHandler.cs (1)
22
public class MobileControlsSectionHandler :
IConfigurationSectionHandler
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\Configuration.cs (1)
17
internal sealed class AuthorizedTypesSectionHandler :
IConfigurationSectionHandler
7 references to IConfigurationSectionHandler
System.Configuration (4)
System\Configuration\MgmtConfigurationRecord.cs (1)
133
TypeUtil.VerifyAssignableType(typeof(
IConfigurationSectionHandler
), type, true);
System\Configuration\RuntimeConfigurationRecord.cs (3)
135
IConfigurationSectionHandler
_sectionHandler;
161
TypeUtil.VerifyAssignableType(typeof(
IConfigurationSectionHandler
), type, true);
164
_sectionHandler = (
IConfigurationSectionHandler
) TypeUtil.CreateInstanceWithReflectionPermission(type);
System.Web.Mobile (2)
Mobile\MobileDeviceCapabilitiesSectionHandler.cs (1)
24
Object
IConfigurationSectionHandler
.Create(Object parent, Object context,
UI\MobileControls\MobileControlsSectionHandler.cs (1)
244
Object
IConfigurationSectionHandler
.Create(Object parent, Object context, XmlNode input) {
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\Configuration.cs (1)
22
object
IConfigurationSectionHandler
.Create(object parent, object configContext, XmlNode section)