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)
157Block.BorderBrushProperty.AddOwner(
System\Windows\Documents\Block.cs (2)
202get { return (Brush)GetValue(BorderBrushProperty); } 203set { SetValue(BorderBrushProperty, value); }
System\Windows\Documents\FixedElement.cs (1)
101Block.BorderBrushProperty.AddOwner(typeof(FixedElement));
System\Windows\Documents\FixedSOMTableCell.cs (1)
71element.SetValue(Block.BorderBrushProperty, Brushes.Black);
System\Windows\Documents\ListItem.cs (1)
194Block.BorderBrushProperty.AddOwner(
System\Windows\Documents\TableCell.cs (1)
213Block.BorderBrushProperty.AddOwner(
System\Windows\Documents\TextSchema.cs (4)
996Block.BorderBrushProperty, 1014Block.BorderBrushProperty, 1044Block.BorderBrushProperty, 1136Block.BorderBrushProperty,