6 references to Rows
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (3)
3500
_rowsDefaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.
Rows
);
3508
cs.RemoveScope(DataGridViewCellStyleScopes.
Rows
);
3510
_rowsDefaultCellStyle?.AddScope(this, DataGridViewCellStyleScopes.
Rows
);
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)
12988
if ((e.CellStyleScope & DataGridViewCellStyleScopes.
Rows
) == DataGridViewCellStyleScopes.
Rows
)