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