1 write to treeView1
Accessibility_Core_App (1)
DataBindingExample.Designer.cs (1)
42this.treeView1 = new System.Windows.Forms.TreeView();
8 references to treeView1
Accessibility_Core_App (8)
DataBindingExample.cs (1)
81treeView1.Nodes.Add(node);
DataBindingExample.Designer.cs (7)
217this.treeView1.AccessibleDescription = "TV1"; 218this.treeView1.AccessibleName = "TV1"; 219this.treeView1.Location = new System.Drawing.Point(12, 242); 220this.treeView1.Name = "treeView1"; 221this.treeView1.Size = new System.Drawing.Size(129, 101); 222this.treeView1.TabIndex = 14; 277this.Controls.Add(this.treeView1);