2 types derived from Literal
System.Web (2)
UI\WebControls\LabelLiteral.cs (1)
7internal sealed class LabelLiteral : Literal {
UI\WebControls\Localize.cs (1)
20public class Localize : Literal {
27 instantiations of Literal
System.Web (26)
ErrorFormatter.cs (1)
150Literal breakControl = new Literal();
UI\WebControls\ChangePassword.cs (6)
2672successContainer.Title = new Literal(); 2673successContainer.SuccessTextLabel = new Literal(); 2871container.Title = new Literal(); 2872container.Instruction = new Literal(); 2873container.PasswordHintLabel = new Literal(); 2993Literal failureTextLabel = new Literal();
UI\WebControls\CreateUserWizard.cs (2)
2290Literal lit = new Literal(); 3186container.ErrorMessageLabel = new Literal() {
UI\WebControls\login.cs (3)
1775Literal title = new Literal(); 1778Literal instruction = new Literal(); 1859Literal failureTextLabel = new Literal();
UI\WebControls\PasswordRecovery.cs (11)
2259questionContainer.Title = new Literal(); 2260questionContainer.Instruction = new Literal(); 2261questionContainer.UserNameLabel = new Literal(); 2262questionContainer.UserName = new Literal(); 2263questionContainer.QuestionLabel = new Literal(); 2264questionContainer.Question = new Literal(); 2308Literal failureTextLabel = new Literal(); 2536successContainer.SuccessTextLabel = new Literal(); 2582userNameContainer.Title = new Literal(); 2583userNameContainer.Instruction = new Literal(); 2624Literal failureTextLabel = new Literal();
UI\WebControls\SiteMapPath.cs (2)
572Literal separatorLiteral = new Literal(); 579Literal currentNodeLiteral = new Literal();
UI\WebControls\Wizard.cs (1)
2533_headerLiteral = new Literal();
System.Web.DynamicData (1)
DynamicData\SimpleFieldTemplateUserControl.cs (1)
59var literal = new Literal();
59 references to Literal
System.Web (58)
ErrorFormatter.cs (2)
149private Literal CreateBreakLiteral() { 150Literal breakControl = new Literal();
UI\WebControls\ChangePassword.cs (11)
2759private Literal _successTextLabel; 2765private Literal _title; 2821public Literal SuccessTextLabel { 2830internal Literal Title { 2993Literal failureTextLabel = new Literal(); 3208private Literal _title; 3209private Literal _instruction; 3214private Literal _passwordHintLabel; 3439internal Literal Instruction { 3490internal Literal PasswordHintLabel { 3535internal Literal Title {
UI\WebControls\CreateUserWizard.cs (7)
2289private static Literal CreateLiteral() { 2290Literal lit = new Literal(); 3674internal Literal InstructionLabel { get; set; } 3678internal Literal PasswordHintLabel { get; set; } 3710internal Literal Title { get; set; } 3790internal Literal SuccessTextLabel { get; set; } 3792internal Literal Title { get; set; }
UI\WebControls\login.cs (9)
1452Literal title = container.Title; 1465Literal instruction = container.Instruction; 1775Literal title = new Literal(); 1778Literal instruction = new Literal(); 1859Literal failureTextLabel = new Literal(); 2313private Literal _instruction; 2322private Literal _title; 2416internal Literal Instruction { 2507internal Literal Title {
UI\WebControls\LoginUtil.cs (1)
23internal static void ApplyStyleToLiteral(Literal literal, string text, Style style, bool setTableCellVisible) {
UI\WebControls\PasswordRecovery.cs (25)
1775Literal title = container.Title; 1788Literal instruction = container.Instruction; 1801Literal userNameLabel = container.UserNameLabel; 1827Literal questionLabel = container.QuestionLabel; 1852Literal answerLabel = container.AnswerLabel; 1981Literal successTextLabel = container.SuccessTextLabel; 2025Literal title = container.Title; 2038Literal instruction = container.Instruction; 2051Literal userNameLabel = container.UserNameLabel; 2308Literal failureTextLabel = new Literal(); 2624Literal failureTextLabel = new Literal(); 2809private Literal _instruction; 2813private Literal _questionLabel; 2814private Literal _title; 2815private Literal _userNameLabel; 2901public Literal Instruction { 2942public Literal QuestionLabel { 2951public Literal Title { 2974public Literal UserNameLabel { 2989private Literal _successTextLabel; 3000public Literal SuccessTextLabel { 3023private Literal _instruction; 3026private Literal _title; 3081public Literal Instruction { 3108public Literal Title {
UI\WebControls\SiteMapPath.cs (2)
572Literal separatorLiteral = new Literal(); 579Literal currentNodeLiteral = new Literal();
UI\WebControls\Wizard.cs (1)
2450private Literal _headerLiteral;
System.Web.DynamicData (1)
DynamicData\SimpleFieldTemplateUserControl.cs (1)
59var literal = new Literal();