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