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