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