7 references to RemoveAt
System.Windows.Forms (6)
System\Windows\Forms\Controls\ToolStrips\ToolStripItemCollection.cs (5)
188
RemoveAt
(Count - 1);
293
void IList.RemoveAt(int index) {
RemoveAt
(index); }
455
RemoveAt
(index);
471
value.ParentInternal.Items.
RemoveAt
(indexOfItem);
493
value.ParentInternal.Items.
RemoveAt
(indexOfItem);
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
1197
destinationItems.
RemoveAt
(indexOfDestinationItem);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (1)
2335
ownerItem.DropDownItems.
RemoveAt
(0);