7 writes to BackImageUrl
System.Web (7)
UI\WebControls\DataGrid.cs (1)
253
((TableStyle)ControlStyle).
BackImageUrl
= value;
UI\WebControls\DetailsView.cs (1)
345
((TableStyle)ControlStyle).
BackImageUrl
= value;
UI\WebControls\FormView.cs (1)
195
((TableStyle)ControlStyle).
BackImageUrl
= value;
UI\WebControls\GridView.cs (1)
397
((TableStyle)ControlStyle).
BackImageUrl
= value;
UI\WebControls\Table.cs (1)
60
((TableStyle)ControlStyle).
BackImageUrl
= value;
UI\WebControls\TableStyle.cs (2)
262
this.
BackImageUrl
= ts.BackImageUrl;
315
this.
BackImageUrl
= ts.BackImageUrl;
8 references to BackImageUrl
System.Web (8)
UI\WebControls\DataGrid.cs (1)
250
return ((TableStyle)ControlStyle).
BackImageUrl
;
UI\WebControls\DetailsView.cs (1)
342
return((TableStyle)ControlStyle).
BackImageUrl
;
UI\WebControls\FormView.cs (1)
192
return ((TableStyle)ControlStyle).
BackImageUrl
;
UI\WebControls\GridView.cs (1)
394
return ((TableStyle)ControlStyle).
BackImageUrl
;
UI\WebControls\Table.cs (1)
57
return((TableStyle)ControlStyle).
BackImageUrl
;
UI\WebControls\TableStyle.cs (3)
262
this.BackImageUrl = ts.
BackImageUrl
;
282
string s =
BackImageUrl
;
315
this.BackImageUrl = ts.
BackImageUrl
;