1 write to label4
Accessibility_Core_App (1)
DataBindingExample.Designer.cs (1)
45
this.
label4
= new System.Windows.Forms.Label();
9 references to label4
Accessibility_Core_App (9)
DataBindingExample.Designer.cs (9)
249
this.
label4
.AccessibleDescription = "L5";
250
this.
label4
.AccessibleName = "L5";
251
this.
label4
.AutoSize = true;
252
this.
label4
.Location = new System.Drawing.Point(476, 225);
253
this.
label4
.Name = "label5";
254
this.
label4
.Size = new System.Drawing.Size(45, 15);
255
this.
label4
.TabIndex = 17;
256
this.
label4
.Text = "ListBox";
281
this.Controls.Add(this.
label4
);