5 writes to Scope
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1982
Scope
= DataGridViewCellStyleScopes.None
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (4)
36
Scope
= DataGridViewCellStyleScopes.None;
44
Scope
= DataGridViewCellStyleScopes.None;
370
Scope
|= scope;
512
Scope
&= ~scope;
7 references to Scope
System.Windows.Forms (7)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
12862
if ((dataGridViewCellStyle.
Scope
& DataGridViewCellStyleScopes.DataGridView) != 0 && _dataGridViewState1[State1_AmbientFont])
12867
if ((dataGridViewCellStyle.
Scope
& DataGridViewCellStyleScopes.ColumnHeaders) != 0 && _dataGridViewState1[State1_AmbientColumnHeadersFont])
12872
if ((dataGridViewCellStyle.
Scope
& DataGridViewCellStyleScopes.RowHeaders) != 0 && _dataGridViewState1[State1_AmbientRowHeadersFont])
12880
if ((dataGridViewCellStyle.
Scope
& DataGridViewCellStyleScopes.DataGridView) != 0 && _dataGridViewState1[State1_AmbientForeColor])
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (2)
504
if (_dataGridView is not null &&
Scope
!= DataGridViewCellStyleScopes.None)
513
if (
Scope
== DataGridViewCellStyleScopes.None)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyleContentChangedEventArgs.cs (1)
16
public DataGridViewCellStyleScopes CellStyleScope => CellStyle.
Scope
;