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)
60
if (
_childIWebPart
!= null) {
61
return
_childIWebPart
.CatalogIconImageUrl;
68
if (
_childIWebPart
!= null) {
69
_childIWebPart
.CatalogIconImageUrl = value;
86
if (
_childIWebPart
!= null) {
87
return
_childIWebPart
.Description;
94
if (
_childIWebPart
!= null) {
95
_childIWebPart
.Description = value;
136
if (
_childIWebPart
!= null) {
137
return
_childIWebPart
.Subtitle;
147
if (
_childIWebPart
!= null) {
148
return
_childIWebPart
.Title;
155
if (
_childIWebPart
!= null) {
156
_childIWebPart
.Title = value;
166
if (
_childIWebPart
!= null) {
167
return
_childIWebPart
.TitleIconImageUrl;
174
if (
_childIWebPart
!= null) {
175
_childIWebPart
.TitleIconImageUrl = value;
185
if (
_childIWebPart
!= null) {
186
return
_childIWebPart
.TitleUrl;
193
if (
_childIWebPart
!= null) {
194
_childIWebPart
.TitleUrl = value;