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