1 override of BackgroundColor
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.cs (1)
60
protected override Color
BackgroundColor
=> OwnerGridView?.LineColor ?? default;
3 references to BackgroundColor
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (3)
1520
Color backColor = selected ? ownerGrid.SelectedItemWithFocusBackColor :
BackgroundColor
;
1744
using var brush =
BackgroundColor
.GetCachedSolidBrushScope();
1824
Color backColor =
BackgroundColor
;