1 write to button1
TrimTest (1)
Form1.Designer.cs (1)
37button1 = new Button();
8 references to button1
TrimTest (8)
Form1.Designer.cs (8)
56splitContainer1.Panel2.Controls.Add(button1); 88button1.Location = new Point(76, 108); 89button1.Name = "button1"; 90button1.Size = new Size(187, 46); 91button1.TabIndex = 1; 92button1.Text = "Copy ComboBox Text"; 93button1.UseVisualStyleBackColor = true; 94button1.Click += button1_Click;