6 references to IsEmpty
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGrid.cs (6)
1327if (!this.parentRows.IsEmpty()) { 2468this.Caption.BackButtonActive = !parentRows.IsEmpty() && (value); 2871return parentRows.IsEmpty(); 3814Debug.Assert(!parentRows.IsEmpty(), "if the originalState is not null, then parentRows contains at least one row"); 3820while (!parentRows.IsEmpty()) { 6863if (!CommitEdit() || parentRows.IsEmpty())