2 references to TreeNodeCollection
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeNode.cs (1)
774
nodes = new
TreeNodeCollection
(this);
winforms\Managed\System\WinForms\TreeView.cs (1)
897
nodes = new
TreeNodeCollection
(root);