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