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