12 references to BorderBrushProperty
PresentationFramework (12)
MS\Internal\PtsHost\MbpInfo.cs (1)
103
_borderBrush = (Brush)block.GetValue(Block.
BorderBrushProperty
);
System\Windows\Documents\AnchoredBlock.cs (1)
147
Block.
BorderBrushProperty
.AddOwner(
System\Windows\Documents\Block.cs (2)
201
get { return (Brush)GetValue(
BorderBrushProperty
); }
202
set { SetValue(
BorderBrushProperty
, value); }
System\Windows\Documents\FixedElement.cs (1)
100
Block.
BorderBrushProperty
.AddOwner(typeof(FixedElement));
System\Windows\Documents\FixedSOMTableCell.cs (1)
70
element.SetValue(Block.
BorderBrushProperty
, Brushes.Black);
System\Windows\Documents\ListItem.cs (1)
193
Block.
BorderBrushProperty
.AddOwner(
System\Windows\Documents\TableCell.cs (1)
212
Block.
BorderBrushProperty
.AddOwner(
System\Windows\Documents\TextSchema.cs (4)
990
Block.
BorderBrushProperty
,
1008
Block.
BorderBrushProperty
,
1038
Block.
BorderBrushProperty
,
1130
Block.
BorderBrushProperty
,