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