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