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