3 references to BorderThicknessProperty
PresentationFramework (3)
System\Windows\Documents\TableCell.cs (2)
218
get { return (Thickness)GetValue(
BorderThicknessProperty
); }
219
set { SetValue(
BorderThicknessProperty
, value); }
System\Windows\Documents\TextSchema.cs (1)
1083
TableCell.
BorderThicknessProperty
,