5 references to GetControl
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (5)
2016return GetControl(index); 2093if (GetControl(i) == value) { 2172if (GetControl(i) == value) { 2261Control control = GetControl(index); 2287array[index++] = GetControl(i);