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)
139
Block.
BorderThicknessProperty
.AddOwner(
src\Framework\System\Windows\Documents\Block.cs (2)
189
get { return (Thickness)GetValue(
BorderThicknessProperty
); }
190
set { SetValue(
BorderThicknessProperty
, value); }
src\Framework\System\Windows\Documents\FixedElement.cs (1)
110
Block.
BorderThicknessProperty
.AddOwner(typeof(FixedElement));
src\Framework\System\Windows\Documents\FixedSOMTableCell.cs (1)
79
element.SetValue(Block.
BorderThicknessProperty
, new Thickness(1));
src\Framework\System\Windows\Documents\ListItem.cs (1)
183
Block.
BorderThicknessProperty
.AddOwner(
src\Framework\System\Windows\Documents\TableCell.cs (1)
214
Block.
BorderThicknessProperty
.AddOwner(
src\Framework\System\Windows\Documents\TextSchema.cs (4)
998
Block.
BorderThicknessProperty
,
1016
Block.
BorderThicknessProperty
,
1046
Block.
BorderThicknessProperty
,
1138
Block.
BorderThicknessProperty
,