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)
1599
RemoveAt
(index);
winforms\Managed\System\WinForms\PropertyGrid.cs (2)
4022
imageList[NORMAL_BUTTONS].Images.
RemoveAt
(index);
4024
imageList[LARGE_BUTTONS].Images.
RemoveAt
(index);