3 implementations of Text
System.Web (3)
UI\WebControls\Button.cs (1)
162
public string
Text
{
UI\WebControls\ImageButton.cs (1)
507
string IButtonControl.
Text
{
UI\WebControls\LinkButton.cs (1)
174
public virtual string
Text
{
12 writes to Text
System.Web (9)
UI\WebControls\ButtonField.cs (2)
250
button.
Text
= Text;
307
((IButtonControl)boundControl).
Text
= dataValue;
UI\WebControls\CommandField.cs (1)
542
button.
Text
= buttonText;
UI\WebControls\CreateUserWizard.cs (3)
2883
createUserButtonControl.
Text
= CreateUserButtonText;
2887
previousButtonControl.
Text
= StepPreviousButtonText;
2888
((IButtonControl)cancelButton).
Text
= CancelButtonText;
UI\WebControls\Wizard.cs (3)
1437
button.
Text
= step.Title;
1439
button.
Text
= step.ID;
2320
button.
Text
= text;
System.Web.Extensions (3)
UI\WebControls\NextPreviousPagerField.cs (1)
502
button.
Text
= buttonText;
UI\WebControls\NumericPagerField.cs (2)
332
button.
Text
= buttonText;
375
button.
Text
= buttonText;