3 references to FindControls
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripSettings.cs (3)
315
foundControls =
FindControls
(baseType, searchAllChildren, controlsToLookIn[i].Controls, foundControls);
329
return
FindControls
(typeof(ToolStripPanel), true, form.Controls, new ArrayList());
333
return
FindControls
(typeof(ToolStrip), true, form.Controls, new ArrayList());