7 references to Row
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
12925
if ((e.CellStyleScope & DataGridViewCellStyleScopes.
Row
) == DataGridViewCellStyleScopes.
Row
&& (e.CellStyleScope & DataGridViewCellStyleScopes.Rows) == 0 && (e.CellStyleScope & DataGridViewCellStyleScopes.AlternatingRows) == 0)
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (5)
80
style.AddScope(DataGridView, IsRow ? DataGridViewCellStyleScopes.
Row
: DataGridViewCellStyleScopes.Column);
92
style.RemoveScope(IsRow ? DataGridViewCellStyleScopes.
Row
: DataGridViewCellStyleScopes.Column);
95
value?.AddScope(DataGridView, IsRow ? DataGridViewCellStyleScopes.
Row
: DataGridViewCellStyleScopes.Column);
833
DefaultCellStyle.RemoveScope(IsRow ? DataGridViewCellStyleScopes.
Row
: DataGridViewCellStyleScopes.Column);
837
DefaultCellStyle.AddScope(DataGridView, IsRow ? DataGridViewCellStyleScopes.
Row
: DataGridViewCellStyleScopes.Column);