2 references to FindInternal
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Menu.cs (2)
952
ArrayList foundMenuItems =
FindInternal
(key, searchAllChildren, this, new ArrayList());
995
foundMenuItems =
FindInternal
(key, searchAllChildren, menuItemsToLookIn[i].MenuItems, foundMenuItems);