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