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