4 references to BorderThicknessProperty
PresentationFramework (4)
System\Windows\Documents\AnchoredBlock.cs (2)
150get { return (Thickness)GetValue(BorderThicknessProperty); } 151set { SetValue(BorderThicknessProperty, value); }
System\Windows\Documents\TextSchema.cs (2)
1100Floater.BorderThicknessProperty, 1123Figure.BorderThicknessProperty,