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