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