6 references to State1_AmbientForeColor
System.Windows.Forms (6)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
1998
_dataGridViewState1[
State1_AmbientForeColor
] = true;
2071
_dataGridViewState1[
State1_AmbientForeColor
] = true;
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
12877
if ((dataGridViewCellStyle.Scope & DataGridViewCellStyleScopes.DataGridView) != 0 && _dataGridViewState1[
State1_AmbientForeColor
])
12879
_dataGridViewState1[
State1_AmbientForeColor
] = false;
15119
if (_dataGridViewState1[
State1_AmbientForeColor
] && DefaultCellStyle.ForeColor != base.ForeColor)
15122
_dataGridViewState1[
State1_AmbientForeColor
] = true;