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