2 references to FindInternal
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripItemCollection.cs (2)
268
ArrayList foundItems =
FindInternal
(key, searchAllChildren, this, new ArrayList());
319
foundItems =
FindInternal
(key, searchAllChildren, item.DropDownItems, foundItems);