6 references to AlternatingRows
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
799
_alternatingRowsDefaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.
AlternatingRows
);
807
cs.RemoveScope(DataGridViewCellStyleScopes.
AlternatingRows
);
809
_alternatingRowsDefaultCellStyle?.AddScope(this, DataGridViewCellStyleScopes.
AlternatingRows
);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (3)
12925
if ((e.CellStyleScope & DataGridViewCellStyleScopes.Row) == DataGridViewCellStyleScopes.Row && (e.CellStyleScope & DataGridViewCellStyleScopes.Rows) == 0 && (e.CellStyleScope & DataGridViewCellStyleScopes.
AlternatingRows
) == 0)
13000
if ((e.CellStyleScope & DataGridViewCellStyleScopes.
AlternatingRows
) == DataGridViewCellStyleScopes.
AlternatingRows
)