Implemented interface member:
method
RemoveAt
System.Collections.IList.RemoveAt(System.Int32)
3 references to RemoveAt
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Menu.cs (2)
1151
RemoveAt
(index);
1162
RemoveAt
(item.Index);
winforms\Managed\System\WinForms\MenuItem.cs (1)
351
parent.MenuItems.
RemoveAt
(oldIndex);