12 references to BorderThicknessProperty
PresentationFramework (12)
MS\Internal\PtsHost\MbpInfo.cs (1)
102_border = (Thickness)block.GetValue(Block.BorderThicknessProperty);
System\Windows\Documents\AnchoredBlock.cs (1)
138Block.BorderThicknessProperty.AddOwner(
System\Windows\Documents\Block.cs (2)
181get { return (Thickness)GetValue(BorderThicknessProperty); } 182set { SetValue(BorderThicknessProperty, value); }
System\Windows\Documents\FixedElement.cs (1)
98Block.BorderThicknessProperty.AddOwner(typeof(FixedElement));
System\Windows\Documents\FixedSOMTableCell.cs (1)
70element.SetValue(Block.BorderThicknessProperty, new Thickness(1));
System\Windows\Documents\ListItem.cs (1)
175Block.BorderThicknessProperty.AddOwner(
System\Windows\Documents\TableCell.cs (1)
194Block.BorderThicknessProperty.AddOwner(
System\Windows\Documents\TextSchema.cs (4)
995Block.BorderThicknessProperty, 1013Block.BorderThicknessProperty, 1043Block.BorderThicknessProperty, 1135Block.BorderThicknessProperty,