3 references to HorizontalGridLinesBrush
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGridCell.cs (1)
881drawingContext.DrawRectangle(dataGrid.HorizontalGridLinesBrush, null, rect);
src\Framework\System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
490drawingContext.DrawRectangle(dataGrid.HorizontalGridLinesBrush, null, rect);
src\Framework\System\Windows\Controls\Primitives\DataGridDetailsPresenter.cs (1)
298drawingContext.DrawRectangle(dataGrid.HorizontalGridLinesBrush, null, rect);