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