6 references to DataGridViewCellStyle
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1986
DataGridViewCellStyle defaultCellStyleTmp =
new
(_defaultCellStyle)
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (1)
727
dataGridViewBand.DefaultCellStyle = new
DataGridViewCellStyle
(DefaultCellStyle);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
903
dataGridViewCell.Style = new
DataGridViewCellStyle
(Style);
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (1)
444
public virtual DataGridViewCellStyle Clone() =>
new
(this);
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (2)
76
_cellStyle = new
DataGridViewCellStyle
(value);
91
DataGridViewCellStyle cellStyleTmp =
new
(_cellStyle!);