2 writes to columnHeadersDefaultCellStyle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridView.cs (2)
1922this.columnHeadersDefaultCellStyle = this.DefaultColumnHeadersDefaultCellStyle; 1930this.columnHeadersDefaultCellStyle = value;
3 references to columnHeadersDefaultCellStyle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (3)
1920if (this.columnHeadersDefaultCellStyle == null) 1924return this.columnHeadersDefaultCellStyle; 1933this.columnHeadersDefaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.ColumnHeaders);