2 instantiations of TreeNodeCollection
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeNode.cs (1)
774nodes = new TreeNodeCollection(this);
winforms\Managed\System\WinForms\TreeView.cs (1)
897nodes = new TreeNodeCollection(root);
10 references to TreeNodeCollection
System.Messaging (2)
System\Messaging\Design\QueuePathDialog.cs (2)
437TreeNodeCollection machines = enterprise.Nodes; 446TreeNodeCollection queues = machine.Nodes;
System.Windows.Forms (5)
winforms\Managed\System\WinForms\TreeNode.cs (2)
160private TreeNodeCollection nodes = null; 771public TreeNodeCollection Nodes {
winforms\Managed\System\WinForms\TreeNodeCollection.cs (1)
275private ArrayList FindInternal(string key, bool searchAllChildren, TreeNodeCollection treeNodeCollectionToLookIn, ArrayList foundTreeNodes) {
winforms\Managed\System\WinForms\TreeView.cs (2)
146internal TreeNodeCollection nodes = null; 894public TreeNodeCollection Nodes {
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (3)
858Queue<TreeNodeCollection> nodeCollections = new Queue<TreeNodeCollection>(); 862TreeNodeCollection nodeCollection = nodeCollections.Dequeue();