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