12 references to BorderBrushProperty
PresentationFramework (12)
src\Framework\MS\Internal\PtsHost\MbpInfo.cs (1)
107
_borderBrush = (Brush)block.GetValue(Block.
BorderBrushProperty
);
src\Framework\System\Windows\Documents\AnchoredBlock.cs (1)
158
Block.
BorderBrushProperty
.AddOwner(
src\Framework\System\Windows\Documents\Block.cs (2)
210
get { return (Brush)GetValue(
BorderBrushProperty
); }
211
set { SetValue(
BorderBrushProperty
, value); }
src\Framework\System\Windows\Documents\FixedElement.cs (1)
113
Block.
BorderBrushProperty
.AddOwner(typeof(FixedElement));
src\Framework\System\Windows\Documents\FixedSOMTableCell.cs (1)
80
element.SetValue(Block.
BorderBrushProperty
, Brushes.Black);
src\Framework\System\Windows\Documents\ListItem.cs (1)
202
Block.
BorderBrushProperty
.AddOwner(
src\Framework\System\Windows\Documents\TableCell.cs (1)
233
Block.
BorderBrushProperty
.AddOwner(
src\Framework\System\Windows\Documents\TextSchema.cs (4)
999
Block.
BorderBrushProperty
,
1017
Block.
BorderBrushProperty
,
1047
Block.
BorderBrushProperty
,
1139
Block.
BorderBrushProperty
,