4 references to BorderThicknessProperty
PresentationFramework (4)
System\Windows\Documents\AnchoredBlock.cs (2)
140
get { return (Thickness)GetValue(
BorderThicknessProperty
); }
141
set { SetValue(
BorderThicknessProperty
, value); }
System\Windows\Documents\TextSchema.cs (2)
1094
Floater.
BorderThicknessProperty
,
1117
Figure.
BorderThicknessProperty
,