2 references to FindInternal
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
14902
ArrayList foundControls =
FindInternal
(key, searchAllChildren, this, new ArrayList());
14946
foundControls =
FindInternal
(key, searchAllChildren, controlsToLookIn[i].Controls, foundControls);