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