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