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