2 writes to rowHeadersDefaultCellStyle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridView.cs (2)
4210
this.
rowHeadersDefaultCellStyle
= this.DefaultRowHeadersDefaultCellStyle;
4218
this.
rowHeadersDefaultCellStyle
= value;
3 references to rowHeadersDefaultCellStyle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridView.cs (3)
4208
if (this.
rowHeadersDefaultCellStyle
== null)
4212
return this.
rowHeadersDefaultCellStyle
;
4221
this.
rowHeadersDefaultCellStyle
.AddScope(this, DataGridViewCellStyleScopes.RowHeaders);