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