2 references to FindInternal
System.Windows.Forms (2)
System\Windows\Forms\Controls\TreeView\TreeNodeCollection.cs (2)
244List<TreeNode> foundNodes = FindInternal(key, searchAllChildren, this, []); 283foundTreeNodes = FindInternal(key, searchAllChildren, treeNodeCollectionToLookIn[i].Nodes, foundTreeNodes);