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