1 write to textBox2
WinFormsControlsTest (1)
Password.Designer.cs (1)
37
textBox2
= new TextBox();
6 references to textBox2
WinFormsControlsTest (6)
Password.Designer.cs (6)
68
textBox2
.Location = new Point(26, 191);
69
textBox2
.Name = "textBox2";
70
textBox2
.PasswordChar = '*';
71
textBox2
.Size = new Size(125, 27);
72
textBox2
.TabIndex = 4;
258
Controls.Add(
textBox2
);