1 write to _childIWebPart
System.Web (1)
UI\WebParts\GenericWebPart.cs (1)
54_childIWebPart = _childControl as IWebPart;
22 references to _childIWebPart
System.Web (22)
UI\WebParts\GenericWebPart.cs (22)
60if (_childIWebPart != null) { 61return _childIWebPart.CatalogIconImageUrl; 68if (_childIWebPart != null) { 69_childIWebPart.CatalogIconImageUrl = value; 86if (_childIWebPart != null) { 87return _childIWebPart.Description; 94if (_childIWebPart != null) { 95_childIWebPart.Description = value; 136if (_childIWebPart != null) { 137return _childIWebPart.Subtitle; 147if (_childIWebPart != null) { 148return _childIWebPart.Title; 155if (_childIWebPart != null) { 156_childIWebPart.Title = value; 166if (_childIWebPart != null) { 167return _childIWebPart.TitleIconImageUrl; 174if (_childIWebPart != null) { 175_childIWebPart.TitleIconImageUrl = value; 185if (_childIWebPart != null) { 186return _childIWebPart.TitleUrl; 193if (_childIWebPart != null) { 194_childIWebPart.TitleUrl = value;