6 references to RemoveAt
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ToolStripItemCollection.cs (5)
208RemoveAt(Count - 1); 343void IList.RemoveAt(int index) { RemoveAt(index); } 490RemoveAt(index); 507value.ParentInternal.Items.RemoveAt(indexOfItem); 526value.ParentInternal.Items.RemoveAt(indexOfItem);
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1990destinationItems.RemoveAt(indexOfDestinationItem);