6 references to Rows
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
3500_rowsDefaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.Rows); 3508cs.RemoveScope(DataGridViewCellStyleScopes.Rows); 3510_rowsDefaultCellStyle?.AddScope(this, DataGridViewCellStyleScopes.Rows);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
12925if ((e.CellStyleScope & DataGridViewCellStyleScopes.Row) == DataGridViewCellStyleScopes.Row && (e.CellStyleScope & DataGridViewCellStyleScopes.Rows) == 0 && (e.CellStyleScope & DataGridViewCellStyleScopes.AlternatingRows) == 0) 12988if ((e.CellStyleScope & DataGridViewCellStyleScopes.Rows) == DataGridViewCellStyleScopes.Rows)