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