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