2 references to VerticalGridLinesBrushProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
745get { return (Brush)GetValue(VerticalGridLinesBrushProperty); } 746set { SetValue(VerticalGridLinesBrushProperty, value); }