2 writes to _rowsDefaultCellStyle
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
3504
_rowsDefaultCellStyle
= new DataGridViewCellStyle();
3514
_rowsDefaultCellStyle
= value;
4 references to _rowsDefaultCellStyle
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (4)
3502
if (
_rowsDefaultCellStyle
is null)
3505
_rowsDefaultCellStyle
.AddScope(this, DataGridViewCellStyleScopes.Rows);
3508
return
_rowsDefaultCellStyle
;
3515
_rowsDefaultCellStyle
?.AddScope(this, DataGridViewCellStyleScopes.Rows);