10 references to ColumnHeadersDefaultCellStyle
System.Windows.Forms (10)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (2)
1529
DataGridViewCellStyle cs =
ColumnHeadersDefaultCellStyle
;
1537
DataGridViewCellStyleDifferences dgvcsc = cs.GetDifferencesFrom(
ColumnHeadersDefaultCellStyle
);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (7)
47
ColumnHeadersDefaultCellStyle
.BackColor = headerBg;
48
ColumnHeadersDefaultCellStyle
.ForeColor = headerFg;
59
ColumnHeadersDefaultCellStyle
.SelectionBackColor = Color.Empty;
2843
DataGridViewCellStyle columnHeadersStyle =
ColumnHeadersDefaultCellStyle
;
15144
if (_dataGridViewState1[State1_AmbientColumnHeadersFont] &&
ColumnHeadersDefaultCellStyle
.Font != base.Font)
15146
ColumnHeadersDefaultCellStyle
.Font = base.Font;
28210
return !
ColumnHeadersDefaultCellStyle
.Equals(DefaultColumnHeadersDefaultCellStyle);
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (1)
293
DataGridViewCellStyle columnHeadersStyle = DataGridView.
ColumnHeadersDefaultCellStyle
;