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