5 references to GetControl
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowControlCollection.cs (5)
49
return
GetControl
(index);
113
if (
GetControl
(i) == value)
194
if (
GetControl
(i) == value)
275
Control control =
GetControl
(index);
295
array[index++] =
GetControl
(i);