Implemented interface member:
method
RemoveAt
System.Collections.IList.RemoveAt(System.Int32)
3 references to RemoveAt
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (2)
15079RemoveAt(index); 15139RemoveAt(Count - 1);
winforms\Managed\System\WinForms\TabControl.cs (1)
2690owner.Controls.RemoveAt(index);