3 references to MarginProperty
PresentationFramework (3)
System\Windows\Documents\ListItem.cs (2)
149
get { return (Thickness)GetValue(
MarginProperty
); }
150
set { SetValue(
MarginProperty
, value); }
System\Windows\Documents\TextSchema.cs (1)
1026
ListItem.
MarginProperty
,