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