3 references to RemoveAt
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\ControlBindingsCollection.cs (1)
238
public new void RemoveAt(int index) => base.
RemoveAt
(index);
System.Windows.Forms.Tests (2)
System\Windows\Forms\BindingManagerBaseTests.cs (1)
152
collection.
RemoveAt
(0);
System\Windows\Forms\BindingsCollectionTests.cs (1)
286
collection.
RemoveAt
(0);