1 override of BindingContainerType
System.Web (1)
UI\WebControls\Content.cs (1)
35
public override Type
BindingContainerType
{
4 references to BindingContainerType
System.Web (4)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (2)
445
Type containerType = builder.
BindingContainerType
;
1246
Type bindingContainerType = builder.
BindingContainerType
;
Compilation\DataBindingExpressionBuilder.cs (1)
95
Type bindingContainerType = controlBuilder.
BindingContainerType
;
UI\ControlBuilder.cs (1)
107
return NamingContainerBuilder.
BindingContainerType
;