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