Base:
property
BackColor
System.Windows.Forms.Control.BackColor
2 writes to BackColor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (2)
136this.BackColor = opaqueBackColor; 141this.BackColor = dataGridViewCellStyle.BackColor;
3 references to BackColor
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComboBox.cs (3)
2212SafeNativeMethods.SetBkColor(new HandleRef(null, dc), ColorTranslator.ToWin32(BackColor)); 3613dis.itemID, (DrawItemState)dis.itemState, ForeColor, BackColor)); 6094return (comboBox.Enabled) ? comboBox.BackColor : SystemColors.Control;