2 writes to _alternatingRowsDefaultCellStyle
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
802_alternatingRowsDefaultCellStyle = new DataGridViewCellStyle(); 812_alternatingRowsDefaultCellStyle = value;
4 references to _alternatingRowsDefaultCellStyle
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (4)
800if (_alternatingRowsDefaultCellStyle is null) 803_alternatingRowsDefaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.AlternatingRows); 806return _alternatingRowsDefaultCellStyle; 813_alternatingRowsDefaultCellStyle?.AddScope(this, DataGridViewCellStyleScopes.AlternatingRows);