11 references to CellStyleScope
System.Windows.Forms (11)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (11)
12890
if ((e.
CellStyleScope
& DataGridViewCellStyleScopes.Cell) == DataGridViewCellStyleScopes.Cell && (e.
CellStyleScope
& DataGridViewCellStyleScopes.DataGridView) == 0)
12904
if ((e.
CellStyleScope
& DataGridViewCellStyleScopes.Column) == DataGridViewCellStyleScopes.Column)
12917
if ((e.
CellStyleScope
& DataGridViewCellStyleScopes.Row) == DataGridViewCellStyleScopes.Row && (e.
CellStyleScope
& DataGridViewCellStyleScopes.Rows) == 0 && (e.
CellStyleScope
& DataGridViewCellStyleScopes.AlternatingRows) == 0)
12944
if ((e.
CellStyleScope
& DataGridViewCellStyleScopes.DataGridView) == DataGridViewCellStyleScopes.DataGridView)
12956
if ((e.
CellStyleScope
& DataGridViewCellStyleScopes.ColumnHeaders) == DataGridViewCellStyleScopes.ColumnHeaders)
12968
if ((e.
CellStyleScope
& DataGridViewCellStyleScopes.RowHeaders) == DataGridViewCellStyleScopes.RowHeaders)
12980
if ((e.
CellStyleScope
& DataGridViewCellStyleScopes.Rows) == DataGridViewCellStyleScopes.Rows)
12992
if ((e.
CellStyleScope
& DataGridViewCellStyleScopes.AlternatingRows) == DataGridViewCellStyleScopes.AlternatingRows)