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)
28public override Type GetChildControlType(String tagName, IDictionary attributes)
UI\MobileControls\ObjectList.cs (1)
1573public override Type GetChildControlType(String tagName, IDictionary attributes)
UI\MobileControls\StyleSheet.cs (1)
746public override Type GetChildControlType(String name, IDictionary attributes)
3 references to GetChildControlType
System.Web.Mobile (3)
UI\MobileControls\ListControlBuilder.cs (1)
36return base.GetChildControlType(tagName, attributes);
UI\MobileControls\ObjectList.cs (1)
1585return base.GetChildControlType(tagName, attributes);
UI\MobileControls\StyleSheet.cs (1)
778type = base.GetChildControlType(name, attributes);