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)
128
Block.
BorderThicknessProperty
.AddOwner(
System\Windows\Documents\Block.cs (2)
180
get { return (Thickness)GetValue(
BorderThicknessProperty
); }
181
set { SetValue(
BorderThicknessProperty
, value); }
System\Windows\Documents\FixedElement.cs (1)
97
Block.
BorderThicknessProperty
.AddOwner(typeof(FixedElement));
System\Windows\Documents\FixedSOMTableCell.cs (1)
69
element.SetValue(Block.
BorderThicknessProperty
, new Thickness(1));
System\Windows\Documents\ListItem.cs (1)
174
Block.
BorderThicknessProperty
.AddOwner(
System\Windows\Documents\TableCell.cs (1)
193
Block.
BorderThicknessProperty
.AddOwner(
System\Windows\Documents\TextSchema.cs (4)
989
Block.
BorderThicknessProperty
,
1007
Block.
BorderThicknessProperty
,
1037
Block.
BorderThicknessProperty
,
1129
Block.
BorderThicknessProperty
,