2 writes to rowsDefaultCellStyle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridView.cs (2)
4460this.rowsDefaultCellStyle = new DataGridViewCellStyle(); 4469this.rowsDefaultCellStyle = value;
4 references to rowsDefaultCellStyle
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridView.cs (4)
4458if (this.rowsDefaultCellStyle == null) 4461this.rowsDefaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.Rows); 4463return this.rowsDefaultCellStyle; 4472this.rowsDefaultCellStyle.AddScope(this, DataGridViewCellStyleScopes.Rows);