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)
19
builder.
CellStyle
= new DataGridViewCellStyle { BackColor = Color.Red };
2 references to CellStyle
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DataGridViewCellStyleEditor.cs (1)
41
value = _builderDialog.
CellStyle
;
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\DataGridViewCellStyleBuilderTests.cs (1)
20
var result = builder.
CellStyle
;