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