7 references to RowHeadersDefaultCellStyle
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridView.cs (2)
4216
DataGridViewCellStyle cs = this.
RowHeadersDefaultCellStyle
;
4223
DataGridViewCellStyleDifferences dgvcsc = cs.GetDifferencesFrom(this.
RowHeadersDefaultCellStyle
);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
15605
this.
RowHeadersDefaultCellStyle
.Font != base.Font)
15607
this.
RowHeadersDefaultCellStyle
.Font = base.Font;
28153
return !this.
RowHeadersDefaultCellStyle
.Equals(this.DefaultRowHeadersDefaultCellStyle);
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
691
DataGridViewCellStyle rowHeadersStyle = this.DataGridView.
RowHeadersDefaultCellStyle
;
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
456
DataGridViewCellStyle rowHeadersStyle = this.DataGridView.
RowHeadersDefaultCellStyle
;