4 references to MarginProperty
PresentationFramework (4)
System\Windows\Documents\AnchoredBlock.cs (2)
101get { return (Thickness)GetValue(MarginProperty); } 102set { SetValue(MarginProperty, value); }
System\Windows\Documents\TextSchema.cs (2)
1091Floater.MarginProperty, 1114Figure.MarginProperty,