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