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