29 references to TextBox
System.Web (28)
UI\WebControls\BoundColumn.cs (1)
170
TextBox editor = new
TextBox
();
UI\WebControls\BoundField.cs (1)
575
TextBox editor = new
TextBox
();
UI\WebControls\ChangePassword.cs (4)
2875
TextBox userNameTextBox = new
TextBox
();
2885
TextBox currentPasswordTextBox = new
TextBox
();
2894
TextBox newPasswordTextBox = new
TextBox
();
2903
TextBox confirmNewPasswordTextBox = new
TextBox
();
UI\WebControls\CreateUserWizard.cs (6)
3156
container.UserNameTextBox = new
TextBox
() {
3161
container.PasswordTextBox = new
TextBox
() {
3166
container.ConfirmPasswordTextBox = new
TextBox
() {
3190
container.EmailTextBox = new
TextBox
() {
3234
container.QuestionTextBox = new
TextBox
() {
3238
container.AnswerTextBox = new
TextBox
() {
UI\WebControls\ImageField.cs (1)
451
TextBox editor = new
TextBox
();
UI\WebControls\login.cs (2)
1781
TextBox userNameTextBox = new
TextBox
();
1800
TextBox passwordTextBox = new
TextBox
();
UI\WebControls\PasswordRecovery.cs (2)
2270
TextBox answerTextBox = new
TextBox
();
2585
TextBox 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)
207
TextBox textBox = new
TextBox
();
System.Web.DynamicData (1)
DynamicData\SimpleFieldTemplateUserControl.cs (1)
66
var textBox = new
TextBox
();