Base:
property
BackColor
System.Windows.Forms.Control.BackColor
1 override of BackColor
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
206
public override Color
BackColor
{
5 writes to BackColor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
211
base.
BackColor
= value;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5491
this.
BackColor
= gridView.BackColor;
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerWidgets.cs (2)
1089
BackColor
= Color.White;
1405
BackColor
= Color.White;
System.WorkflowServices (1)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (1)
162
this.
BackColor
= System.Drawing.SystemColors.Control;
4 references to BackColor
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (1)
5070
ControlPaint.DrawSizeGrip(e.Graphics,
BackColor
, sz.Width - SizeGripSize, sz.Height - SizeGripSize, SizeGripSize, SizeGripSize);
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
208
return base.
BackColor
;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5654
ControlPaint.DrawSizeGrip(glyphGraphics,
BackColor
, 0, 0, ResizeGripSize, ResizeGripSize);
5658
sizeGripGlyph.MakeTransparent(
BackColor
);