2 writes to _columnHeadersDefaultCellStyle
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
1519
_columnHeadersDefaultCellStyle
??= DefaultColumnHeadersDefaultCellStyle;
1527
_columnHeadersDefaultCellStyle
= value;
2 references to _columnHeadersDefaultCellStyle
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
1521
return
_columnHeadersDefaultCellStyle
;
1528
_columnHeadersDefaultCellStyle
?.AddScope(this, DataGridViewCellStyleScopes.ColumnHeaders);