1 write to button1
WinFormsControlsTest (1)
DesignTimeAligned.Designer.cs (1)
36this.button1 = new System.Windows.Forms.Button();
9 references to button1
WinFormsControlsTest (9)
DesignTimeAligned.Designer.cs (9)
65this.button1.Location = new System.Drawing.Point(122, 66); 66this.button1.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); 67this.button1.Name = "button1"; 68this.button1.Size = new System.Drawing.Size(60, 46); 69this.button1.TabIndex = 3; 70this.button1.Text = "LL"; 71this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; 72this.button1.UseVisualStyleBackColor = true; 99this.Controls.Add(this.button1);