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