1 write to treeView1
Accessibility_Core_App (1)
CommonControl2.Designer.cs (1)
55this.treeView1 = new System.Windows.Forms.TreeView();
7 references to treeView1
Accessibility_Core_App (7)
CommonControl2.Designer.cs (7)
175this.treeView1.Location = new System.Drawing.Point(517, 36); 176this.treeView1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); 177this.treeView1.Name = "treeView1"; 194this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] { 197this.treeView1.Size = new System.Drawing.Size(220, 104); 198this.treeView1.TabIndex = 14; 276this.Controls.Add(this.treeView1);