3 references to BorderThicknessProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\ListItem.cs (2)
194get { return (Thickness)GetValue(BorderThicknessProperty); } 195set { SetValue(BorderThicknessProperty, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1030ListItem.BorderThicknessProperty,