2 writes to _rowHeadersDefaultCellStyle
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
3298
_rowHeadersDefaultCellStyle
??= DefaultRowHeadersDefaultCellStyle;
3306
_rowHeadersDefaultCellStyle
= value;
2 references to _rowHeadersDefaultCellStyle
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
3300
return
_rowHeadersDefaultCellStyle
;
3307
_rowHeadersDefaultCellStyle
?.AddScope(this, DataGridViewCellStyleScopes.RowHeaders);