12 references to BorderThicknessProperty
PresentationFramework (12)
MS\Internal\PtsHost\MbpInfo.cs (1)
101_border = (Thickness)block.GetValue(Block.BorderThicknessProperty);
System\Windows\Documents\AnchoredBlock.cs (1)
128Block.BorderThicknessProperty.AddOwner(
System\Windows\Documents\Block.cs (2)
180get { return (Thickness)GetValue(BorderThicknessProperty); } 181set { SetValue(BorderThicknessProperty, value); }
System\Windows\Documents\FixedElement.cs (1)
97Block.BorderThicknessProperty.AddOwner(typeof(FixedElement));
System\Windows\Documents\FixedSOMTableCell.cs (1)
69element.SetValue(Block.BorderThicknessProperty, new Thickness(1));
System\Windows\Documents\ListItem.cs (1)
174Block.BorderThicknessProperty.AddOwner(
System\Windows\Documents\TableCell.cs (1)
193Block.BorderThicknessProperty.AddOwner(
System\Windows\Documents\TextSchema.cs (4)
989Block.BorderThicknessProperty, 1007Block.BorderThicknessProperty, 1037Block.BorderThicknessProperty, 1129Block.BorderThicknessProperty,