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