2 writes to alternatingRowsDefaultCellStyle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridView.cs (2)
970this.alternatingRowsDefaultCellStyle = new DataGridViewCellStyle(); 979this.alternatingRowsDefaultCellStyle = value;
4 references to alternatingRowsDefaultCellStyle
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridView.cs (4)
968if (this.alternatingRowsDefaultCellStyle == null) 971this.alternatingRowsDefaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.AlternatingRows); 973return this.alternatingRowsDefaultCellStyle; 982this.alternatingRowsDefaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.AlternatingRows);