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)
138
Block.
BorderThicknessProperty
.AddOwner(
System\Windows\Documents\Block.cs (2)
181
get { return (Thickness)GetValue(
BorderThicknessProperty
); }
182
set { SetValue(
BorderThicknessProperty
, value); }
System\Windows\Documents\FixedElement.cs (1)
98
Block.
BorderThicknessProperty
.AddOwner(typeof(FixedElement));
System\Windows\Documents\FixedSOMTableCell.cs (1)
70
element.SetValue(Block.
BorderThicknessProperty
, new Thickness(1));
System\Windows\Documents\ListItem.cs (1)
175
Block.
BorderThicknessProperty
.AddOwner(
System\Windows\Documents\TableCell.cs (1)
194
Block.
BorderThicknessProperty
.AddOwner(
System\Windows\Documents\TextSchema.cs (4)
995
Block.
BorderThicknessProperty
,
1013
Block.
BorderThicknessProperty
,
1043
Block.
BorderThicknessProperty
,
1135
Block.
BorderThicknessProperty
,