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