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