4 references to MarginProperty
PresentationFramework (4)
src\Framework\System\Windows\Documents\AnchoredBlock.cs (2)
112get { return (Thickness)GetValue(MarginProperty); } 113set { SetValue(MarginProperty, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (2)
1100Floater.MarginProperty, 1123Figure.MarginProperty,