Base:
method
GetChildControlType
System.Web.UI.ControlBuilder.GetChildControlType(System.String, System.Collections.IDictionary)
3 overrides of GetChildControlType
System.Web.Mobile (3)
UI\MobileControls\ListControlBuilder.cs (1)
28
public override Type
GetChildControlType
(String tagName, IDictionary attributes)
UI\MobileControls\ObjectList.cs (1)
1573
public override Type
GetChildControlType
(String tagName, IDictionary attributes)
UI\MobileControls\StyleSheet.cs (1)
746
public override Type
GetChildControlType
(String name, IDictionary attributes)
3 references to GetChildControlType
System.Web.Mobile (3)
UI\MobileControls\ListControlBuilder.cs (1)
36
return base.
GetChildControlType
(tagName, attributes);
UI\MobileControls\ObjectList.cs (1)
1585
return base.
GetChildControlType
(tagName, attributes);
UI\MobileControls\StyleSheet.cs (1)
778
type = base.
GetChildControlType
(name, attributes);