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)
1151RemoveAt(index); 1162RemoveAt(item.Index);
winforms\Managed\System\WinForms\MenuItem.cs (1)
351parent.MenuItems.RemoveAt(oldIndex);