12 references to BorderBrushProperty
PresentationFramework (12)
MS\Internal\PtsHost\MbpInfo.cs (1)
106_borderBrush = (Brush)block.GetValue(Block.BorderBrushProperty);
System\Windows\Documents\AnchoredBlock.cs (1)
158Block.BorderBrushProperty.AddOwner(
System\Windows\Documents\Block.cs (2)
204get { return (Brush)GetValue(BorderBrushProperty); } 205set { SetValue(BorderBrushProperty, value); }
System\Windows\Documents\FixedElement.cs (1)
109Block.BorderBrushProperty.AddOwner(typeof(FixedElement));
System\Windows\Documents\FixedSOMTableCell.cs (1)
75element.SetValue(Block.BorderBrushProperty, Brushes.Black);
System\Windows\Documents\ListItem.cs (1)
195Block.BorderBrushProperty.AddOwner(
System\Windows\Documents\TableCell.cs (1)
226Block.BorderBrushProperty.AddOwner(
System\Windows\Documents\TextSchema.cs (4)
997Block.BorderBrushProperty, 1015Block.BorderBrushProperty, 1045Block.BorderBrushProperty, 1137Block.BorderBrushProperty,