11 references to CellStyleScope
System.Windows.Forms (11)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (11)
12901
if ((e.
CellStyleScope
& DataGridViewCellStyleScopes.Cell) == DataGridViewCellStyleScopes.Cell && (e.
CellStyleScope
& DataGridViewCellStyleScopes.DataGridView) == 0)
12915
if ((e.
CellStyleScope
& DataGridViewCellStyleScopes.Column) == DataGridViewCellStyleScopes.Column)
12928
if ((e.
CellStyleScope
& DataGridViewCellStyleScopes.Row) == DataGridViewCellStyleScopes.Row && (e.
CellStyleScope
& DataGridViewCellStyleScopes.Rows) == 0 && (e.
CellStyleScope
& DataGridViewCellStyleScopes.AlternatingRows) == 0)
12955
if ((e.
CellStyleScope
& DataGridViewCellStyleScopes.DataGridView) == DataGridViewCellStyleScopes.DataGridView)
12967
if ((e.
CellStyleScope
& DataGridViewCellStyleScopes.ColumnHeaders) == DataGridViewCellStyleScopes.ColumnHeaders)
12979
if ((e.
CellStyleScope
& DataGridViewCellStyleScopes.RowHeaders) == DataGridViewCellStyleScopes.RowHeaders)
12991
if ((e.
CellStyleScope
& DataGridViewCellStyleScopes.Rows) == DataGridViewCellStyleScopes.Rows)
13003
if ((e.
CellStyleScope
& DataGridViewCellStyleScopes.AlternatingRows) == DataGridViewCellStyleScopes.AlternatingRows)