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