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