3 writes to BackImageUrl
System.Web (3)
UI\WebControls\Panel.cs (1)
64panelStyle.BackImageUrl = value;
UI\WebControls\PanelStyle.cs (2)
200this.BackImageUrl = ts.BackImageUrl; 239this.BackImageUrl = ts.BackImageUrl;
3 references to BackImageUrl
System.Web (3)
UI\WebControls\Panel.cs (1)
56return panelStyle.BackImageUrl;
UI\WebControls\PanelStyle.cs (2)
200this.BackImageUrl = ts.BackImageUrl; 239this.BackImageUrl = ts.BackImageUrl;