5 references to RemoveAtInternal
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (1)
698
this.owner.Rows.
RemoveAtInternal
(e.NewIndex, true /*force*/);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
5477
this.Rows.
RemoveAtInternal
(this.newRowIndex, false /*force*/);
20560
this.Rows.
RemoveAtInternal
(rowIndex, false /*force*/);
25504
this.Rows.
RemoveAtInternal
(this.newRowIndex, false /*force*/);
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (1)
2320
RemoveAtInternal
(index, false /*force*/);