2 references to TreeNodeCollection
System.Windows.Forms (2)
System\Windows\Forms\Controls\TreeView\TreeNode.cs (1)
780
_nodes ??= new
TreeNodeCollection
(this);
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
891
_nodes ??= new
TreeNodeCollection
(_root);