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)
3307return _rowHeadersDefaultCellStyle; 3314_rowHeadersDefaultCellStyle?.AddScope(this, DataGridViewCellStyleScopes.RowHeaders);