2 writes to CellStyle
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellPaintingEventArgs.cs (2)
43CellStyle = cellStyle.OrThrowIfNull(); 196CellStyle = cellStyle;
4 references to CellStyle
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellPaintingEventArgs.cs (3)
102CellStyle!, 137CellStyle!, 166CellStyle!,
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewCellPaintingEventArgsTests.cs (1)
35Assert.Equal(cellStyle, e.CellStyle);