6 references to RowHeaders
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridView.cs (3)
2644defaultStyle.AddScope(this, DataGridViewCellStyleScopes.RowHeaders); 4217cs.RemoveScope(DataGridViewCellStyleScopes.RowHeaders); 4221this.rowHeadersDefaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.RowHeaders);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
13245if ((dataGridViewCellStyle.Scope & DataGridViewCellStyleScopes.RowHeaders) != 0 && this.dataGridViewState1[DATAGRIDVIEWSTATE1_ambientRowHeadersFont]) 13345if ((e.CellStyleScope & DataGridViewCellStyleScopes.RowHeaders) == DataGridViewCellStyleScopes.RowHeaders)