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