3 references to CellStyle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
2732Debug.Assert(dgvese.CellStyle != null); 2737this.editingPanel.BackColor = dgvese.CellStyle.BackColor; 2738((IDataGridViewEditingControl)this.editingControl).ApplyCellStyleToEditingControl(dgvese.CellStyle);