4 references to LineColor
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.cs (1)
60protected override Color BackgroundColor => OwnerGridView?.LineColor ?? default;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (3)
1531backColor = ownerGrid.LineColor; 1552using var linePen = ownerGrid.LineColor.GetCachedPenScope(); 1565using var stripeBrush = ownerGrid.LineColor.GetCachedSolidBrushScope();