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