4 references to MarginProperty
PresentationFramework (4)
System\Windows\Documents\AnchoredBlock.cs (2)
111get { return (Thickness)GetValue(MarginProperty); } 112set { SetValue(MarginProperty, value); }
System\Windows\Documents\TextSchema.cs (2)
1097Floater.MarginProperty, 1120Figure.MarginProperty,