3 references to MarginProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\ListItem.cs (2)
156get { return (Thickness)GetValue(MarginProperty); } 157set { SetValue(MarginProperty, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1028ListItem.MarginProperty,