6 references to State1_AmbientForeColor
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
1991
_dataGridViewState1[
State1_AmbientForeColor
] = true;
2064
_dataGridViewState1[
State1_AmbientForeColor
] = true;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
12880
if ((dataGridViewCellStyle.Scope & DataGridViewCellStyleScopes.DataGridView) != 0 && _dataGridViewState1[
State1_AmbientForeColor
])
12882
_dataGridViewState1[
State1_AmbientForeColor
] = false;
15122
if (_dataGridViewState1[
State1_AmbientForeColor
] && DefaultCellStyle.ForeColor != base.ForeColor)
15125
_dataGridViewState1[
State1_AmbientForeColor
] = true;