8 writes to Caption
System.Web (8)
UI\WebControls\Calendar.cs (1)
1293table.Caption = caption;
UI\WebControls\DataGrid.cs (1)
1644childTable.Caption = Caption;
UI\WebControls\DataList.cs (1)
1364outerTable.Caption = Caption;
UI\WebControls\DetailsView.cs (1)
3241childTable.Caption = Caption;
UI\WebControls\FormView.cs (1)
2787childTable.Caption = Caption;
UI\WebControls\GridView.cs (1)
3969childTable.Caption = Caption;
UI\WebControls\RepeatInfo.cs (2)
174((Table)outerControl).Caption = Caption; 413((Table)outerControl).Caption = Caption;
1 reference to Caption
System.Web (1)
UI\WebControls\Table.cs (1)
302string caption = Caption;