2 writes to CellStyle
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewCellStyleEditor.cs (1)
35_builderDialog.CellStyle = style;
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\DataGridViewCellStyleBuilderTests.cs (1)
19builder.CellStyle = new DataGridViewCellStyle { BackColor = Color.Red };
2 references to CellStyle
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewCellStyleEditor.cs (1)
41value = _builderDialog.CellStyle;
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\DataGridViewCellStyleBuilderTests.cs (1)
20var result = builder.CellStyle;