Base:
property
BackColor
System.Windows.Forms.Control.BackColor
7 writes to BackColor
PresentationUI (2)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (2)
218this._title.BackColor = System.Drawing.SystemColors.Control; 345this._author.BackColor = System.Drawing.SystemColors.Control;
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxEditingControl.cs (2)
103BackColor = opaqueBackColor; 109BackColor = dataGridViewCellStyle.BackColor;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
306BackColor = BackColor, 4413EditTextBox.BackColor = BackColor;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
134_upDownEdit.BackColor = value;
8 references to BackColor
System.Windows.Forms (8)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (5)
888selColor = BackColor; 2340PInvokeCore.SendMessage(this, PInvokeCore.EM_SETBKGNDCOLOR, 0, BackColor.ToWin32()); 2446PInvokeCore.SendMessage(this, PInvokeCore.EM_SETBKGNDCOLOR, (WPARAM)0, (LPARAM)BackColor); 3104if (BackColor.IsSystemColor) 3106PInvokeCore.SendMessage(this, PInvokeCore.EM_SETBKGNDCOLOR, 0, BackColor.ToWin32());
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.ToolStripTextBoxControl.cs (2)
244Color outerBorderColor = focused ? ColorTable.TextBoxBorder : BackColor; 245Color innerBorderColor = SystemInformation.HighContrast && !focused ? ColorTable.MenuBorder : BackColor;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
130get => _upDownEdit.BackColor;