24 writes to Text
System.Web (24)
Handlers\TraceHandler.cs (2)
314tcell.Text = text; 321tcell.Text = text;
UI\WebControls\BoundColumn.cs (1)
226((TableCell)boundControl).Text = dataValue;
UI\WebControls\BoundField.cs (1)
611((TableCell)boundControl).Text = dataValue;
UI\WebControls\Column.cs (2)
342cell.Text = headerText; 361cell.Text = footerText;
UI\WebControls\DataControlField.cs (2)
528cell.Text = headerText; 547cell.Text = footerText;
UI\WebControls\DetailsView.cs (3)
2770contentCell.Text = headerText; 2778contentCell.Text = footerText; 2785contentCell.Text = emptyDataText;
UI\WebControls\FormView.cs (3)
2399contentCell.Text = headerText; 2407contentCell.Text = footerText; 2414contentCell.Text = emptyDataText;
UI\WebControls\GridView.cs (1)
3380contentCell.Text = emptyDataText;
UI\WebControls\ImageField.cs (1)
486((TableCell)boundControl).Text = GetDesignTimeValue();
UI\WebControls\TableCell.cs (3)
292Text += ((LiteralControl)obj).Text; 295Text = ((LiteralControl)obj).Text; 302Text = String.Empty;
UI\WebControls\TemplateColumn.cs (2)
160cell.Text = String.Empty; 169cell.Text = " ";
UI\WebControls\TemplateField.cs (2)
311cell.Text = String.Empty; 317cell.Text = " ";
UI\WebParts\ConnectionsZone.cs (1)
1663td.Text = NewConnectionErrorMessage;
3 references to Text
System.Web (3)
UI\WebControls\BoundField.cs (1)
350string cellText = cell.Text;
UI\WebControls\TableCell.cs (2)
300string currentText = Text; 332writer.Write(Text);