6 references to AlternatingRows
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridView.cs (3)
971this.alternatingRowsDefaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.AlternatingRows); 978cs.RemoveScope(DataGridViewCellStyleScopes.AlternatingRows); 982this.alternatingRowsDefaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.AlternatingRows);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
13298if ((e.CellStyleScope & DataGridViewCellStyleScopes.Row) == DataGridViewCellStyleScopes.Row && (e.CellStyleScope & DataGridViewCellStyleScopes.Rows) == 0 && (e.CellStyleScope & DataGridViewCellStyleScopes.AlternatingRows) == 0) 13367if ((e.CellStyleScope & DataGridViewCellStyleScopes.AlternatingRows) == DataGridViewCellStyleScopes.AlternatingRows)