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