Base:
property
BackColor
System.Windows.Forms.Control.BackColor
2 writes to BackColor
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
1604
gridView.
BackColor
= value;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
204
BackColor
= SystemColors.Window;
6 references to BackColor
System.Windows.Forms (6)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
1601
return gridView.
BackColor
;
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2205
Color bkColor = ((paintFlags & PaintValueFlags.DrawSelected) != PaintValueFlags.None) ? GridEntryHost.GetSelectedItemWithFocusBackColor() : GridEntryHost.
BackColor
;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (4)
355
edit.BackColor =
BackColor
;
4488
Edit.BackColor = this.
BackColor
;
5491
this.BackColor = gridView.
BackColor
;
6145
base.BackColor = gridView.
BackColor
;