2 writes to _rowsDefaultCellStyle
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
3492_rowsDefaultCellStyle = new DataGridViewCellStyle(); 3502_rowsDefaultCellStyle = value;
4 references to _rowsDefaultCellStyle
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (4)
3490if (_rowsDefaultCellStyle is null) 3493_rowsDefaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.Rows); 3496return _rowsDefaultCellStyle; 3503_rowsDefaultCellStyle?.AddScope(this, DataGridViewCellStyleScopes.Rows);