3 references to BorderThicknessProperty
PresentationFramework (3)
System\Windows\Documents\ListItem.cs (2)
187
get { return (Thickness)GetValue(
BorderThicknessProperty
); }
188
set { SetValue(
BorderThicknessProperty
, value); }
System\Windows\Documents\TextSchema.cs (1)
1028
ListItem.
BorderThicknessProperty
,