1 write to button1
WinFormsControlsTest (1)
Password.Designer.cs (1)
44
button1
= new Button();
8 references to button1
WinFormsControlsTest (8)
Password.Designer.cs (8)
128
button1
.Location = new Point(26, 338);
129
button1
.Name = "button1";
130
button1
.Size = new Size(94, 29);
131
button1
.TabIndex = 19;
132
button1
.Text = "Show/hide";
133
button1
.UseVisualStyleBackColor = true;
134
button1
.Click += button1_Click;
251
Controls.Add(
button1
);