3 references to BorderThicknessProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\TableCell.cs (2)
225get { return (Thickness)GetValue(BorderThicknessProperty); } 226set { SetValue(BorderThicknessProperty, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1085TableCell.BorderThicknessProperty,