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)
262this.BackImageUrl = ts.BackImageUrl; 315this.BackImageUrl = ts.BackImageUrl;
8 references to BackImageUrl
System.Web (8)
UI\WebControls\DataGrid.cs (1)
250return ((TableStyle)ControlStyle).BackImageUrl;
UI\WebControls\DetailsView.cs (1)
342return((TableStyle)ControlStyle).BackImageUrl;
UI\WebControls\FormView.cs (1)
192return ((TableStyle)ControlStyle).BackImageUrl;
UI\WebControls\GridView.cs (1)
394return ((TableStyle)ControlStyle).BackImageUrl;
UI\WebControls\Table.cs (1)
57return((TableStyle)ControlStyle).BackImageUrl;
UI\WebControls\TableStyle.cs (3)
262this.BackImageUrl = ts.BackImageUrl; 282string s = BackImageUrl; 315this.BackImageUrl = ts.BackImageUrl;