5 overrides of AddedControl
System.Web (3)
UI\HtmlControls\HtmlHead.cs (1)
136protected internal override void AddedControl(Control control, int index) {
UI\WebControls\LayoutTableCell.cs (1)
20protected internal override void AddedControl(Control control, int index) {
UI\WebParts\NonParentingControl.cs (1)
13protected internal override void AddedControl(Control control, int index) {
System.Web.Mobile (2)
UI\MobileControls\MobileControl.cs (1)
210protected override void AddedControl(Control control, int index)
UI\MobileControls\MobilePage.cs (1)
1423protected override void AddedControl(Control control, int index)
5 references to AddedControl
System.Web (3)
UI\ControlCollection.cs (2)
92_owner.AddedControl(child, index); 146_owner.AddedControl(child, index);
UI\HtmlControls\HtmlHead.cs (1)
137base.AddedControl(control, index);
System.Web.Mobile (2)
UI\MobileControls\MobileControl.cs (1)
213base.AddedControl(control, index);
UI\MobileControls\MobilePage.cs (1)
1429base.AddedControl(control, index);