14 references to DefaultCellStyle
System.Windows.Forms (14)
winforms\Managed\System\WinForms\DataGridView.cs (2)
2554
DataGridViewCellStyle cs = this.
DefaultCellStyle
;
2561
DataGridViewCellStyleDifferences dgvcsc = cs.GetDifferencesFrom(this.
DefaultCellStyle
);
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
2208
DataGridViewCellStyle dataGridViewStyle = this.DataGridView.
DefaultCellStyle
;
winforms\Managed\System\WinForms\DataGridViewColumn.cs (1)
633
DataGridViewCellStyle dataGridViewStyle = this.DataGridView.
DefaultCellStyle
;
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (1)
333
DataGridViewCellStyle dataGridViewStyle = this.DataGridView.
DefaultCellStyle
;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (6)
2838
DataGridViewCellStyle dataGridViewStyle = this.
DefaultCellStyle
;
15614
this.
DefaultCellStyle
.Font != base.Font)
15616
this.
DefaultCellStyle
.Font = base.Font;
15633
if (this.dataGridViewState1[DATAGRIDVIEWSTATE1_ambientForeColor] && this.
DefaultCellStyle
.ForeColor != base.ForeColor)
15635
this.
DefaultCellStyle
.ForeColor = base.ForeColor;
28148
return !this.
DefaultCellStyle
.Equals(this.DefaultDefaultCellStyle);
winforms\Managed\System\WinForms\DataGridViewRow.cs (2)
694
DataGridViewCellStyle dataGridViewStyle = this.DataGridView.
DefaultCellStyle
;
882
DataGridViewCellStyle dataGridViewStyle = this.DataGridView.
DefaultCellStyle
;
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
459
DataGridViewCellStyle dataGridViewStyle = this.DataGridView.
DefaultCellStyle
;