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; 79Debug.Assert(_childControl != null, "ChildControl cannot be null."); 80return _childControl;