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