29 references to TextBox
System.Web (28)
UI\WebControls\BoundColumn.cs (1)
170TextBox editor = new TextBox();
UI\WebControls\BoundField.cs (1)
575TextBox editor = new TextBox();
UI\WebControls\ChangePassword.cs (4)
2875TextBox userNameTextBox = new TextBox(); 2885TextBox currentPasswordTextBox = new TextBox(); 2894TextBox newPasswordTextBox = new TextBox(); 2903TextBox confirmNewPasswordTextBox = new TextBox();
UI\WebControls\CreateUserWizard.cs (6)
3156container.UserNameTextBox = new TextBox() { 3161container.PasswordTextBox = new TextBox() { 3166container.ConfirmPasswordTextBox = new TextBox() { 3190container.EmailTextBox = new TextBox() { 3234container.QuestionTextBox = new TextBox() { 3238container.AnswerTextBox = new TextBox() {
UI\WebControls\ImageField.cs (1)
451TextBox editor = new TextBox();
UI\WebControls\login.cs (2)
1781TextBox userNameTextBox = new TextBox(); 1800TextBox passwordTextBox = new TextBox();
UI\WebControls\PasswordRecovery.cs (2)
2270TextBox answerTextBox = new TextBox(); 2585TextBox userNameTextBox = new TextBox();
UI\WebParts\AppearanceEditorPart.cs (2)
178_title = new TextBox(); 333_value = new TextBox();
UI\WebParts\BehaviorEditorPart.cs (7)
294_description = new TextBox(); 298_titleUrl = new TextBox(); 302_titleIconImageUrl = new TextBox(); 306_catalogIconImageUrl = new TextBox(); 310_helpUrl = new TextBox(); 314_importErrorMessage = new TextBox(); 318_authorizationFilter = new TextBox();
UI\WebParts\LayoutEditorPart.cs (1)
172_zoneIndex = new TextBox();
UI\WebParts\PropertyGridEditorPart.cs (1)
207TextBox textBox = new TextBox();
System.Web.DynamicData (1)
DynamicData\SimpleFieldTemplateUserControl.cs (1)
66var textBox = new TextBox();