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