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)
158Block.BorderBrushProperty.AddOwner(
src\Framework\System\Windows\Documents\Block.cs (2)
210get { return (Brush)GetValue(BorderBrushProperty); } 211set { SetValue(BorderBrushProperty, value); }
src\Framework\System\Windows\Documents\FixedElement.cs (1)
113Block.BorderBrushProperty.AddOwner(typeof(FixedElement));
src\Framework\System\Windows\Documents\FixedSOMTableCell.cs (1)
80element.SetValue(Block.BorderBrushProperty, Brushes.Black);
src\Framework\System\Windows\Documents\ListItem.cs (1)
202Block.BorderBrushProperty.AddOwner(
src\Framework\System\Windows\Documents\TableCell.cs (1)
233Block.BorderBrushProperty.AddOwner(
src\Framework\System\Windows\Documents\TextSchema.cs (4)
999Block.BorderBrushProperty, 1017Block.BorderBrushProperty, 1047Block.BorderBrushProperty, 1139Block.BorderBrushProperty,