27 references to ChildControl
System.Web (27)
UI\WebParts\BlobPersonalizationState.cs (3)
368Control containedControl = genericWebPart.ChildControl; 785Control containedControl = genericWebPart.ChildControl; 1199Control containedControl = genericWebPart.ChildControl;
UI\WebParts\GenericWebPart.cs (12)
105WebControl c = ChildControl as WebControl; 114WebControl c = ChildControl as WebControl; 204if (ChildControl != null) { 205IWebActionable webActionableChildControl = ChildControl as IWebActionable; 216IWebEditable webEditableChildControl = ChildControl as IWebEditable; 221return ChildControl; 228WebControl c = ChildControl as WebControl; 237WebControl c = ChildControl as WebControl; 249IAttributeAccessor childAttributeAccessor = ChildControl as IAttributeAccessor; 274WebControl childWebControl = ChildControl as WebControl; 301((GenericWebPartControlCollection)Controls).AddGenericControl(ChildControl); 309IWebEditable webEditableChildControl = ChildControl as IWebEditable;
UI\WebParts\ProxyWebPart.cs (1)
34Control childControl = genericWebPart.ChildControl;
UI\WebParts\WebPart.cs (1)
838Control control = genericWebPart.ChildControl;
UI\WebParts\WebPartCollection.cs (1)
71Control control = genericWebPart.ChildControl;
UI\WebParts\WebPartManager.cs (7)
1734Control childControl = genericWebPart.ChildControl; 2528if (genericParent != null && genericParent.ChildControl == control) { 2534if (genericPart != null && genericPart.ChildControl == control) { 3220Control childControl = genericWebPart.ChildControl; 4076Control childControl = genericWebPart.ChildControl; 4385string childControlID = genericWebPart.ChildControl.ID; 4453_manager._partAndChildControlIDs.Remove(genericWebPart.ChildControl.ID);
UI\WebParts\WebPartPersonalization.cs (2)
354Control childControlA = genericWebPartA.ChildControl; 355Control childControlB = genericWebPartB.ChildControl;