2 writes to _alternatingRowsDefaultCellStyle
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
798_alternatingRowsDefaultCellStyle = new DataGridViewCellStyle(); 808_alternatingRowsDefaultCellStyle = value;
4 references to _alternatingRowsDefaultCellStyle
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (4)
796if (_alternatingRowsDefaultCellStyle is null) 799_alternatingRowsDefaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.AlternatingRows); 802return _alternatingRowsDefaultCellStyle; 809_alternatingRowsDefaultCellStyle?.AddScope(this, DataGridViewCellStyleScopes.AlternatingRows);