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