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