2 references to HorizontalGridLinesBrushProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
726get { return (Brush)GetValue(HorizontalGridLinesBrushProperty); } 727set { SetValue(HorizontalGridLinesBrushProperty, value); }