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