6 references to AlternatingRows
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
799_alternatingRowsDefaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.AlternatingRows); 807cs.RemoveScope(DataGridViewCellStyleScopes.AlternatingRows); 809_alternatingRowsDefaultCellStyle?.AddScope(this, DataGridViewCellStyleScopes.AlternatingRows);
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) 13000if ((e.CellStyleScope & DataGridViewCellStyleScopes.AlternatingRows) == DataGridViewCellStyleScopes.AlternatingRows)