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)
1525backColor = ownerGrid.LineColor; 1546using var linePen = ownerGrid.LineColor.GetCachedPenScope(); 1559using var stripeBrush = ownerGrid.LineColor.GetCachedSolidBrushScope();