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)
796
if (
_alternatingRowsDefaultCellStyle
is null)
799
_alternatingRowsDefaultCellStyle
.AddScope(this, DataGridViewCellStyleScopes.AlternatingRows);
802
return
_alternatingRowsDefaultCellStyle
;
809
_alternatingRowsDefaultCellStyle
?.AddScope(this, DataGridViewCellStyleScopes.AlternatingRows);