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