2 references to ControlBuilderInterceptorTypeInternal
System.Web (2)
UI\TemplateParser.cs (2)
477if (_controlBuilderInterceptor == null && CompConfig != null && CompConfig.ControlBuilderInterceptorTypeInternal != null) { 478_controlBuilderInterceptor = (ControlBuilderInterceptor) Activator.CreateInstance(CompConfig.ControlBuilderInterceptorTypeInternal);