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