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