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)
148Block.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)
991Block.BorderBrushProperty, 1009Block.BorderBrushProperty, 1039Block.BorderBrushProperty, 1131Block.BorderBrushProperty,