2 writes to cellStyle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCellFormattingEventArgs.cs (2)
37this.cellStyle = cellStyle; 49this.cellStyle = value;
1 reference to cellStyle
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewCellFormattingEventArgs.cs (1)
45return this.cellStyle;