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(); 1545DataGridViewCellStyle defaultStyle = new DataGridViewCellStyle 2058DataGridViewCellStyle defaultCellStyle = new DataGridViewCellStyle 2095DataGridViewCellStyle defaultStyle = new DataGridViewCellStyle 3054internal DataGridViewCellStyle PlaceholderCellStyle => _placeholderCellStyle ??= new DataGridViewCellStyle(); 3499_rowsDefaultCellStyle = new DataGridViewCellStyle();
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (4)
19344DataGridViewCellStyle inheritedCellStyle = new(); 19677DataGridViewCellStyle inheritedCellStyle = new(); 28131DataGridViewCellStyle defaultStyle = new(); 28152DataGridViewCellStyle defaultStyle = new();
System\Windows\Forms\Controls\DataGridView\DataGridViewBand.cs (1)
79style = new DataGridViewCellStyle();
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonColumn.cs (1)
19DataGridViewCellStyle defaultCellStyle = new DataGridViewCellStyle
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
616dataGridViewCellStyle = new DataGridViewCellStyle();
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxColumn.cs (1)
20DataGridViewCellStyle defaultCellStyle = new DataGridViewCellStyle
System\Windows\Forms\Controls\DataGridView\DataGridViewColumn.cs (1)
443DataGridViewCellStyle inheritedCellStyleTmp = new();
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (1)
284DataGridViewCellStyle inheritedCellStyleTmp = inheritedCellStyle ?? new DataGridViewCellStyle();
System\Windows\Forms\Controls\DataGridView\DataGridViewImageColumn.cs (1)
25DataGridViewCellStyle defaultCellStyle = new()
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (4)
236DataGridViewCellStyle inheritedRowStyle = new(); 1427DataGridViewCellStyle inheritedRowStyle = new(); 1511DataGridViewCellStyle inheritedCellStyle = new(); 1712DataGridViewCellStyle inheritedCellStyle = new();
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (1)
309DataGridViewCellStyle inheritedCellStyleTmp = inheritedCellStyle ?? new DataGridViewCellStyle();