6 references to DATAGRIDVIEWSTATE1_ambientForeColor
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridView.cs (2)
2521
this.dataGridViewState1[
DATAGRIDVIEWSTATE1_ambientForeColor
] = true;
2585
this.dataGridViewState1[
DATAGRIDVIEWSTATE1_ambientForeColor
] = true;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
13252
if ((dataGridViewCellStyle.Scope & DataGridViewCellStyleScopes.DataGridView) != 0 && this.dataGridViewState1[
DATAGRIDVIEWSTATE1_ambientForeColor
])
13254
this.dataGridViewState1[
DATAGRIDVIEWSTATE1_ambientForeColor
] = false;
15633
if (this.dataGridViewState1[
DATAGRIDVIEWSTATE1_ambientForeColor
] && this.DefaultCellStyle.ForeColor != base.ForeColor)
15636
this.dataGridViewState1[
DATAGRIDVIEWSTATE1_ambientForeColor
] = true;