2 writes to CellStyle
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellFormattingEventArgs.cs (1)
21
CellStyle
= cellStyle;
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewCellFormattingEventArgsTests.cs (1)
55
CellStyle
= value
3 references to CellStyle
System.Windows.Forms (1)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
1605
cellStyle = gdvcfe.
CellStyle
;
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewCellFormattingEventArgsTests.cs (2)
27
Assert.Equal(cellStyle, e.
CellStyle
);
57
Assert.Equal(value, e.
CellStyle
);