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