1 instantiation of ContentBuilderInternal
System.Web (1)
UI\WebControls\Content.cs (1)
130return new ContentBuilderInternal();
10 references to ContentBuilderInternal
System.Web (10)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (4)
546System.Web.UI.WebControls.ContentBuilderInternal child = 547(System.Web.UI.WebControls.ContentBuilderInternal)entry.Builder; 612if (child is ControlBuilder && !(child is CodeBlockBuilder) && !(child is CodeStatementBuilder) && !(child is System.Web.UI.WebControls.ContentBuilderInternal)) { 1147if (builder is System.Web.UI.WebControls.ContentBuilderInternal) {
UI\Page.cs (5)
99if (subBuilder is ContentBuilderInternal) { 100ContentBuilderInternal contentBuilder = (ContentBuilderInternal)subBuilder; 147ContentBuilderInternal contentBuilder = (ContentBuilderInternal)entry.Builder;
UI\WebControls\Content.cs (1)
138ControlBuilderAttribute(typeof(ContentBuilderInternal)),