6 references to Rows
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridView.cs (3)
4461this.rowsDefaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.Rows); 4468cs.RemoveScope(DataGridViewCellStyleScopes.Rows); 4472this.rowsDefaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.Rows);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
13298if ((e.CellStyleScope & DataGridViewCellStyleScopes.Row) == DataGridViewCellStyleScopes.Row && (e.CellStyleScope & DataGridViewCellStyleScopes.Rows) == 0 && (e.CellStyleScope & DataGridViewCellStyleScopes.AlternatingRows) == 0) 13356if ((e.CellStyleScope & DataGridViewCellStyleScopes.Rows) == DataGridViewCellStyleScopes.Rows)