1 write to textBox4
WinFormsControlsTest (1)
Password.Designer.cs (1)
45textBox4 = new TextBox();
7 references to textBox4
WinFormsControlsTest (7)
Password.Designer.cs (7)
138textBox4.Location = new Point(623, 251); 139textBox4.Multiline = true; 140textBox4.Name = "textBox4"; 141textBox4.PasswordChar = '*'; 142textBox4.Size = new Size(125, 76); 143textBox4.TabIndex = 18; 250Controls.Add(textBox4);