1 write to _childControl
System.Web (1)
UI\WebParts\GenericWebPart.cs (1)
53
_childControl
= control;
3 references to _childControl
System.Web (3)
UI\WebParts\GenericWebPart.cs (3)
54
_childIWebPart =
_childControl
as IWebPart;
79
Debug.Assert(
_childControl
!= null, "ChildControl cannot be null.");
80
return
_childControl
;