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