Implemented interface member:
method
RemoveAt
System.Collections.IList.RemoveAt(System.Int32)
3 references to RemoveAt
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ImageList.cs (1)
1599RemoveAt(index);
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
4022imageList[NORMAL_BUTTONS].Images.RemoveAt(index); 4024imageList[LARGE_BUTTONS].Images.RemoveAt(index);