5 references to DATAGRIDVIEWSTATE1_ambientRowHeadersFont
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridView.cs (1)
2646this.dataGridViewState1[DATAGRIDVIEWSTATE1_ambientRowHeadersFont] = true;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
13245if ((dataGridViewCellStyle.Scope & DataGridViewCellStyleScopes.RowHeaders) != 0 && this.dataGridViewState1[DATAGRIDVIEWSTATE1_ambientRowHeadersFont]) 13247this.dataGridViewState1[DATAGRIDVIEWSTATE1_ambientRowHeadersFont] = false; 15604if (this.dataGridViewState1[DATAGRIDVIEWSTATE1_ambientRowHeadersFont] && 15608this.dataGridViewState1[DATAGRIDVIEWSTATE1_ambientRowHeadersFont] = true;