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