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