1 write to label3
Accessibility_Core_App (1)
DataBindingExample.Designer.cs (1)
43
this.
label3
= new System.Windows.Forms.Label();
9 references to label3
Accessibility_Core_App (9)
DataBindingExample.Designer.cs (9)
226
this.
label3
.AccessibleDescription = "L3";
227
this.
label3
.AccessibleName = "L3";
228
this.
label3
.AutoSize = true;
229
this.
label3
.Location = new System.Drawing.Point(244, 225);
230
this.
label3
.Name = "label3";
231
this.
label3
.Size = new System.Drawing.Size(50, 15);
232
this.
label3
.TabIndex = 15;
233
this.
label3
.Text = "ListView";
279
this.Controls.Add(this.
label3
);