Implemented interface member:
property
Text
System.Web.UI.ITextControl.Text
21 writes to Text
System.Web (20)
ErrorFormatter.cs (1)
151
breakControl.
Text
= "<br/>";
UI\WebControls\CreateUserWizard.cs (3)
1796
_createUserStepContainer.UserNameLabel.
Text
= UserNameLabelText;
1801
_createUserStepContainer.PasswordLabel.
Text
= PasswordLabelText;
1805
_createUserStepContainer.ConfirmPasswordLabel.
Text
= ConfirmPasswordLabelText;
UI\WebControls\Literal.cs (1)
103
Text
= ((LiteralControl)obj).Text;
UI\WebControls\login.cs (2)
1455
title.
Text
= titleText;
1468
instruction.
Text
= instructionText;
UI\WebControls\LoginUtil.cs (1)
29
literal.
Text
= text;
UI\WebControls\PasswordRecovery.cs (9)
1778
title.
Text
= titleText;
1791
instruction.
Text
= instructionText;
1804
userNameLabel.
Text
= userNameLabelText;
1830
questionLabel.
Text
= questionLabelText;
1855
answerLabel.
Text
= answerLabelText;
1984
successTextLabel.
Text
= successText;
2028
title.
Text
= titleText;
2041
instruction.
Text
= instructionText;
2054
userNameLabel.
Text
= userNameLabelText;
UI\WebControls\SiteMapPath.cs (2)
574
separatorLiteral.
Text
= PathSeparator;
581
currentNodeLiteral.
Text
= node.Title;
UI\WebControls\Wizard.cs (1)
2478
_headerLiteral.
Text
= Owner.HeaderText;
System.Web.DynamicData (1)
DynamicData\SimpleFieldTemplateUserControl.cs (1)
61
literal.
Text
= control.FieldValueString;
2 references to Text
System.Web (2)
UI\WebControls\LabelLiteral.cs (1)
33
writer.Write(
Text
);
UI\WebControls\Literal.cs (1)
134
string text =
Text
;