1 write to textBox1
WinFormsControlsTest (1)
Password.Designer.cs (1)
36
textBox1
= new TextBox();
6 references to textBox1
WinFormsControlsTest (6)
Password.Designer.cs (6)
60
textBox1
.Location = new Point(26, 113);
61
textBox1
.Name = "textBox1";
62
textBox1
.Size = new Size(125, 27);
63
textBox1
.TabIndex = 2;
64
textBox1
.UseSystemPasswordChar = true;
259
Controls.Add(
textBox1
);