1 write to label2
Accessibility_Core_App (1)
DataBindingExample.Designer.cs (1)
41
this.
label2
= new System.Windows.Forms.Label();
9 references to label2
Accessibility_Core_App (9)
DataBindingExample.Designer.cs (9)
206
this.
label2
.AccessibleDescription = "L2";
207
this.
label2
.AccessibleName = "L2";
208
this.
label2
.AutoSize = true;
209
this.
label2
.Location = new System.Drawing.Point(37, 224);
210
this.
label2
.Name = "label2";
211
this.
label2
.Size = new System.Drawing.Size(53, 15);
212
this.
label2
.TabIndex = 13;
213
this.
label2
.Text = "TreeView";
276
this.Controls.Add(this.
label2
);