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