25 references to LiteralControl
System.Web (23)
UI\ControlBuilder.cs (2)
1439
childObj = new
LiteralControl
((string)cur);
1463
childObj = new
LiteralControl
(code);
UI\DesignTimeTemplateParser.cs (1)
110
LiteralControl literalControl = new
LiteralControl
(cur.ToString());
UI\HtmlControls\HtmlContainerControl.cs (2)
85
Controls.Add(new
LiteralControl
(value));
139
Controls.Add(new
LiteralControl
(s));
UI\WebControls\Calendar.cs (1)
1619
LiteralControl dayContent = new
LiteralControl
(dayNumberText);
UI\WebControls\CommandField.cs (5)
602
spaceControl = new
LiteralControl
(" ");
611
spaceControl = new
LiteralControl
(" ");
624
spaceControl = new
LiteralControl
(" ");
632
spaceControl = new
LiteralControl
(" ");
640
spaceControl = new
LiteralControl
(" ");
UI\WebControls\DataGrid.cs (4)
1327
cell.Controls.Add(new
LiteralControl
(" "));
1386
cell.Controls.Add(new
LiteralControl
(" "));
1408
cell.Controls.Add(new
LiteralControl
(" "));
1413
cell.Controls.Add(new
LiteralControl
(" "));
UI\WebControls\EditCommandColumn.cs (1)
195
LiteralControl spaceControl = new
LiteralControl
(" ");
UI\WebControls\HyperLink.cs (1)
236
base.AddParsedSubObject(new
LiteralControl
(currentText));
UI\WebControls\Label.cs (1)
189
base.AddParsedSubObject(new
LiteralControl
(currentText));
UI\WebControls\LinkButton.cs (1)
336
base.AddParsedSubObject(new
LiteralControl
(currentText));
UI\WebControls\TableCell.cs (1)
303
base.AddParsedSubObject(new
LiteralControl
(currentText));
UI\WebParts\RowToFieldTransformer.cs (1)
146
s.Controls.Add(new
LiteralControl
(" "));
UI\WebParts\RowToParametersTransformer.cs (2)
264
s.Controls.Add(new
LiteralControl
("<br />"));
312
s.Controls.Add(new
LiteralControl
(" "));
System.Web.Extensions (2)
UI\WebControls\NextPreviousPagerField.cs (1)
409
container.Controls.Add(new
LiteralControl
(" "));
UI\WebControls\NumericPagerField.cs (1)
265
container.Controls.Add(new
LiteralControl
(" "));