12 references to BorderBrushProperty
PresentationFramework (12)
MS\Internal\PtsHost\MbpInfo.cs (1)
104
_borderBrush = (Brush)block.GetValue(Block.
BorderBrushProperty
);
System\Windows\Documents\AnchoredBlock.cs (1)
157
Block.
BorderBrushProperty
.AddOwner(
System\Windows\Documents\Block.cs (2)
202
get { return (Brush)GetValue(
BorderBrushProperty
); }
203
set { SetValue(
BorderBrushProperty
, value); }
System\Windows\Documents\FixedElement.cs (1)
101
Block.
BorderBrushProperty
.AddOwner(typeof(FixedElement));
System\Windows\Documents\FixedSOMTableCell.cs (1)
71
element.SetValue(Block.
BorderBrushProperty
, Brushes.Black);
System\Windows\Documents\ListItem.cs (1)
194
Block.
BorderBrushProperty
.AddOwner(
System\Windows\Documents\TableCell.cs (1)
213
Block.
BorderBrushProperty
.AddOwner(
System\Windows\Documents\TextSchema.cs (4)
996
Block.
BorderBrushProperty
,
1014
Block.
BorderBrushProperty
,
1044
Block.
BorderBrushProperty
,
1136
Block.
BorderBrushProperty
,