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