Implemented interface member:
3 references to RemoveAt
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.ObjectCollection.cs (1)
247
RemoveAt
(index);
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewComboBoxCell.ObjectCollectionTests.cs (2)
335
_collection.
RemoveAt
(0);
346
Action action = () => _collection.
RemoveAt
(index);