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