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