Base:
property
BackColor
System.Windows.Forms.Control.BackColor
3 writes to BackColor
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
1273
_gridView.
BackColor
= value;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
139
BackColor
= SystemColors.Window;
System.Windows.Forms.Tests (1)
System\Windows\Forms\PropertyGridInternal\PropertyGridView.DropDownHolderTests.cs (1)
17
propertyGridView.
BackColor
= Color.Green;
9 references to BackColor
System.Windows.Forms (9)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
1270
get => _gridView.
BackColor
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
130
protected virtual Color BackgroundColor => OwnerGridView?.
BackColor
?? default;
1906
: owner.
BackColor
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
306
BackColor =
BackColor
,
2384
Color color =
BackColor
;
3390
using var backBrush =
BackColor
.GetCachedSolidBrushScope();
4413
EditTextBox.BackColor =
BackColor
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
64
BackColor = _gridView.
BackColor
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewListBox.cs (1)
19
base.BackColor = gridView.
BackColor
;