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