24 references to DataGridViewCellStyle
PresentationUI (2)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (2)
461
_textCellStyle = new
DataGridViewCellStyle
469
_boolCellStyle = new
DataGridViewCellStyle
System.Windows.Forms (22)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (6)
798
_alternatingRowsDefaultCellStyle = new
DataGridViewCellStyle
();
1545
DataGridViewCellStyle defaultStyle = new
DataGridViewCellStyle
2058
DataGridViewCellStyle defaultCellStyle = new
DataGridViewCellStyle
2095
DataGridViewCellStyle defaultStyle = new
DataGridViewCellStyle
3054
internal DataGridViewCellStyle PlaceholderCellStyle => _placeholderCellStyle ??= new
DataGridViewCellStyle
();
3499
_rowsDefaultCellStyle = new
DataGridViewCellStyle
();
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
19344
DataGridViewCellStyle inheritedCellStyle =
new
();
19677
DataGridViewCellStyle inheritedCellStyle =
new
();
28131
DataGridViewCellStyle defaultStyle =
new
();
28152
DataGridViewCellStyle defaultStyle =
new
();
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (1)
79
style = new
DataGridViewCellStyle
();
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonColumn.cs (1)
19
DataGridViewCellStyle defaultCellStyle = new
DataGridViewCellStyle
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
616
dataGridViewCellStyle = new
DataGridViewCellStyle
();
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxColumn.cs (1)
20
DataGridViewCellStyle defaultCellStyle = new
DataGridViewCellStyle
System\Windows\Forms\Controls\DataGridView\DataGridViewColumn.cs (1)
443
DataGridViewCellStyle inheritedCellStyleTmp =
new
();
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (1)
284
DataGridViewCellStyle inheritedCellStyleTmp = inheritedCellStyle ?? new
DataGridViewCellStyle
();
System\Windows\Forms\Controls\DataGridView\DataGridViewImageColumn.cs (1)
25
DataGridViewCellStyle defaultCellStyle =
new
()
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (4)
236
DataGridViewCellStyle inheritedRowStyle =
new
();
1427
DataGridViewCellStyle inheritedRowStyle =
new
();
1511
DataGridViewCellStyle inheritedCellStyle =
new
();
1712
DataGridViewCellStyle inheritedCellStyle =
new
();
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (1)
309
DataGridViewCellStyle inheritedCellStyleTmp = inheritedCellStyle ?? new
DataGridViewCellStyle
();