2 references to FindInternal
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeNodeCollection.cs (2)
266ArrayList foundNodes = FindInternal(key, searchAllChildren, this, new ArrayList()); 302foundTreeNodes = FindInternal(key, searchAllChildren, treeNodeCollectionToLookIn[i].Nodes, foundTreeNodes);