1 write to treeView1
WinFormsControlsTest (1)
TreeViewTest.Designer.cs (1)
36this.treeView1 = new System.Windows.Forms.TreeView();
7 references to treeView1
WinFormsControlsTest (7)
TreeViewTest.Designer.cs (7)
42this.treeView1.CheckBoxes = true; 43resources.ApplyResources(this.treeView1, "treeView1"); 44this.treeView1.ImageList = this.imageList1; 45this.treeView1.Name = "treeView1"; 46this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] { 50this.treeView1.ShowNodeToolTips = true; 65this.Controls.Add(this.treeView1);