5 references to DataBoundRowsCount
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (5)
543
} while (
DataBoundRowsCount
() < this.currencyManager.Count);
585
Debug.Assert(
DataBoundRowsCount
() != -1, "the data bound data grid view rows count should be at least 0");
644
else if (this.currencyManager.List.Count ==
DataBoundRowsCount
())
805
this.currencyManager.Count ==
DataBoundRowsCount
() + 1) // condition 6.
1497
Debug.Assert(
DataBoundRowsCount
() == this.currencyManager.List.Count, "if the back end was changed while in AddNew the DGV should have updated its rows collection");