Base:
property
BackColor
System.Windows.Forms.Control.BackColor
2 writes to BackColor
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
655
this.
BackColor
= SystemColors.Control;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
213
this.artifactTreeView.
BackColor
= System.Drawing.SystemColors.Window;
3 references to BackColor
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TreeView.cs (3)
212
SendMessage(NativeMethods.TVM_SETBKCOLOR, 0, ColorTranslator.ToWin32(
BackColor
));
2004
c =
BackColor
;
2851
using (Brush brush = new SolidBrush(
BackColor
))