1 write to linkLabel1
WinFormsControlsTest (1)
MultipleControls.Designer.cs (1)
53
this.
linkLabel1
= new System.Windows.Forms.LinkLabel();
8 references to linkLabel1
WinFormsControlsTest (8)
MultipleControls.Designer.cs (8)
260
this.
linkLabel1
.AutoSize = true;
261
this.
linkLabel1
.Location = new System.Drawing.Point(62, 84);
262
this.
linkLabel1
.Name = "linkLabel1";
263
this.
linkLabel1
.Size = new System.Drawing.Size(60, 15);
264
this.
linkLabel1
.TabIndex = 3;
265
this.
linkLabel1
.TabStop = true;
266
this.
linkLabel1
.Text = "linkLabel1";
314
this.Controls.Add(this.
linkLabel1
);