3 references to HorizontalAnchorProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\Figure.cs (2)
89
get { return (FigureHorizontalAnchor)GetValue(
HorizontalAnchorProperty
); }
90
set { SetValue(
HorizontalAnchorProperty
, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1113
Figure.
HorizontalAnchorProperty
,