2 references to RemoveAt
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripPanel.cs (2)
1430
RemoveAt
(Count - 1);
1444
void IList.RemoveAt(int index) {
RemoveAt
(index); }