1 write to button1
WinFormsControlsTest (1)
MultipleControls.Designer.cs (1)
36this.button1 = new System.Windows.Forms.Button();
8 references to button1
WinFormsControlsTest (8)
MultipleControls.Designer.cs (8)
78this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System; 79this.button1.Location = new System.Drawing.Point(15, 50); 80this.button1.Name = "button1"; 81this.button1.Size = new System.Drawing.Size(88, 27); 82this.button1.TabIndex = 1; 83this.button1.Text = "button1"; 84this.button1.UseVisualStyleBackColor = true; 312this.Controls.Add(this.button1);