Base:
method
AddParsedSubObject
System.Web.UI.Control.AddParsedSubObject(System.Object)
4 overrides of AddParsedSubObject
System.Web.Mobile (4)
UI\MobileControls\List.cs (1)
191protected override void AddParsedSubObject(Object obj)
UI\MobileControls\ObjectList.cs (1)
528protected override void AddParsedSubObject(Object obj)
UI\MobileControls\SelectionList.cs (1)
300protected override void AddParsedSubObject(Object obj)
UI\MobileControls\StyleSheet.cs (1)
86protected override void AddParsedSubObject(Object o)
4 references to AddParsedSubObject
System.Web.Mobile (4)
UI\MobileControls\List.cs (1)
201base.AddParsedSubObject(obj);
UI\MobileControls\ObjectList.cs (1)
542base.AddParsedSubObject(obj);
UI\MobileControls\SelectionList.cs (1)
316base.AddParsedSubObject(obj);
UI\MobileControls\StyleSheet.cs (1)
113base.AddParsedSubObject(o);