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)
3502if (_rowsDefaultCellStyle is null) 3505_rowsDefaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.Rows); 3508return _rowsDefaultCellStyle; 3515_rowsDefaultCellStyle?.AddScope(this, DataGridViewCellStyleScopes.Rows);