3 writes to Style
PresentationUI (2)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (2)
361Style = _boolCellStyle 383Style = _textCellStyle
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
903dataGridViewCell.Style = new DataGridViewCellStyle(Style);
11 references to Style
PresentationUI (2)
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (2)
335header.HeaderCell.Style.Alignment = DataGridViewContentAlignment.MiddleCenter; 341header.HeaderCell.Style.Alignment = DataGridViewContentAlignment.MiddleLeft;
System.Windows.Forms (9)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
2794cellStyle = cell.Style;
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (5)
628dataGridViewCellStyle = Style; 903dataGridViewCell.Style = new DataGridViewCellStyle(Style); 1896cellStyle = Style; 3046Style.RemoveScope(DataGridViewCellStyleScopes.Cell); 3050Style.AddScope(DataGridView, DataGridViewCellStyleScopes.Cell);
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (1)
289cellStyle = Style;
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (1)
605cellStyle = HeaderCell.Style;
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (1)
314cellStyle = Style;