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