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