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