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