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