8 overrides of GetChildControlType
System.Web (5)
UI\CollectionBuilder.cs (1)
83public override Type GetChildControlType(string tagName, IDictionary attribs) {
UI\HtmlControls\HtmlHead.cs (1)
21public override Type GetChildControlType(string tagName, IDictionary attribs) {
UI\HtmlControls\HtmlSelect.cs (1)
26public override Type GetChildControlType(string tagName, IDictionary attribs) {
UI\RootBuilder.cs (1)
71public override Type GetChildControlType(string tagName,
UI\WebControls\xml.cs (1)
35public override Type GetChildControlType(string tagName, IDictionary attribs) {
System.Web.Mobile (3)
UI\MobileControls\DeviceSpecific.cs (1)
374public override Type GetChildControlType(String tagName, IDictionary attributes)
UI\MobileControls\DeviceSpecificChoice.cs (1)
517public override Type GetChildControlType(String tagName, IDictionary attributes)
UI\MobileControls\MobileControlBuilder.cs (1)
40public override Type GetChildControlType(String tagName, IDictionary attributes)
2 references to GetChildControlType
System.Web (1)
UI\ControlBuilder.cs (1)
1615childType = GetChildControlType(fullTagName, attribs);
System.Web.Mobile (1)
UI\MobileControls\MobileControlBuilder.cs (1)
50type = base.GetChildControlType(tagName, attributes);