12 references to BorderThicknessProperty
PresentationFramework (12)
src\Framework\MS\Internal\PtsHost\MbpInfo.cs (1)
105_border = (Thickness)block.GetValue(Block.BorderThicknessProperty);
src\Framework\System\Windows\Documents\AnchoredBlock.cs (1)
139Block.BorderThicknessProperty.AddOwner(
src\Framework\System\Windows\Documents\Block.cs (2)
189get { return (Thickness)GetValue(BorderThicknessProperty); } 190set { SetValue(BorderThicknessProperty, value); }
src\Framework\System\Windows\Documents\FixedElement.cs (1)
110Block.BorderThicknessProperty.AddOwner(typeof(FixedElement));
src\Framework\System\Windows\Documents\FixedSOMTableCell.cs (1)
79element.SetValue(Block.BorderThicknessProperty, new Thickness(1));
src\Framework\System\Windows\Documents\ListItem.cs (1)
183Block.BorderThicknessProperty.AddOwner(
src\Framework\System\Windows\Documents\TableCell.cs (1)
214Block.BorderThicknessProperty.AddOwner(
src\Framework\System\Windows\Documents\TextSchema.cs (4)
998Block.BorderThicknessProperty, 1016Block.BorderThicknessProperty, 1046Block.BorderThicknessProperty, 1138Block.BorderThicknessProperty,