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