Implemented interface member:
method
RemoveAt
System.Collections.IList.RemoveAt(System.Int32)
3 references to RemoveAt
System.Windows.Forms (3)
winforms\Managed\System\WinForms\StatusBar.cs (2)
1566RemoveAt(value.Index); 1612RemoveAt(index);
winforms\Managed\System\WinForms\StatusBarPanel.cs (1)
520parent.Panels.RemoveAt(index);