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