3 references to BorderBrushProperty
PresentationFramework (3)
System\Windows\Documents\TableCell.cs (2)
237get { return (Brush)GetValue(BorderBrushProperty); } 238set { SetValue(BorderBrushProperty, value); }
System\Windows\Documents\TextSchema.cs (1)
1084TableCell.BorderBrushProperty,