1 write to textBox5
WinFormsControlsTest (1)
Password.Designer.cs (1)
46textBox5 = new TextBox();
7 references to textBox5
WinFormsControlsTest (7)
Password.Designer.cs (7)
147textBox5.Location = new Point(623, 113); 148textBox5.Multiline = true; 149textBox5.Name = "textBox5"; 150textBox5.Size = new Size(125, 76); 151textBox5.TabIndex = 16; 152textBox5.UseSystemPasswordChar = true; 249Controls.Add(textBox5);