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