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