3 references to BorderBrushProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\TableCell.cs (2)
244
get { return (Brush)GetValue(
BorderBrushProperty
); }
245
set { SetValue(
BorderBrushProperty
, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1086
TableCell.
BorderBrushProperty
,