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)
1526
Color backColor = selected ? ownerGrid.SelectedItemWithFocusBackColor :
BackgroundColor
;
1750
using var brush =
BackgroundColor
.GetCachedSolidBrushScope();
1830
Color backColor =
BackgroundColor
;