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