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