1 write to textBox3
WinFormsControlsTest (1)
Password.Designer.cs (1)
43textBox3 = new TextBox();
8 references to textBox3
WinFormsControlsTest (8)
Password.cs (2)
16textBox3.UseSystemPasswordChar = !textBox3.UseSystemPasswordChar;
Password.Designer.cs (6)
120textBox3.Location = new Point(26, 279); 121textBox3.Name = "textBox3"; 122textBox3.Size = new Size(125, 27); 123textBox3.TabIndex = 6; 124textBox3.UseSystemPasswordChar = true; 252Controls.Add(textBox3);