Base:
property
BackColor
System.Windows.Forms.Control.BackColor
1 override of BackColor
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
122
public override Color
BackColor
12 writes to BackColor
DesignSurface (6)
MainForm.cs (6)
124
rootComponent.
BackColor
= Color.Gray;
185
rootComponent.
BackColor
= Color.Yellow;
214
rootComponent.
BackColor
= Color.YellowGreen;
236
rootComponent.
BackColor
= Color.Orange;
271
rootComponent.
BackColor
= Color.Orange;
293
rootComponent.
BackColor
= Color.Pink;
PresentationUI (1)
MS\Internal\Documents\DialogBaseForm.cs (1)
71
BackColor
= System.Drawing.SystemColors.Control;
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
64
BackColor
= _gridView.BackColor;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
125
set => base.
BackColor
= value;
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.FlyoutDialog.cs (2)
22
BackColor
= SystemColors.Window;
41
BackColor
= borderColor;
WinFormsControlsTest (1)
TreeViewTest.Designer.cs (1)
64
this.
BackColor
= System.Drawing.Color.FromArgb((int)(byte)0, (int)(byte)192, (int)(byte)0);
7 references to BackColor
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (2)
240
ControlPaint.DrawSizeGrip(glyphGraphics,
BackColor
, 0, 0, s_resizeGripSize, s_resizeGripSize);
244
_sizeGripGlyph.MakeTransparent(
BackColor
);
System\Windows\Forms\Form.cs (1)
4417
BackColor
,
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
124
get => base.
BackColor
;
System.Windows.Forms.Tests (3)
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
42
Assert.Equal(Control.DefaultBackColor, control.
BackColor
);
System\Windows\Forms\FormTests.cs (1)
40
Assert.Equal(Control.DefaultBackColor, control.
BackColor
);
System\Windows\Forms\ToolStripTests.Rendering.cs (1)
52
State.BrushColor(form.
BackColor
),