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