3 references to HorizontalAnchorProperty
PresentationFramework (3)
System\Windows\Documents\Figure.cs (2)
87get { return (FigureHorizontalAnchor)GetValue(HorizontalAnchorProperty); } 88set { SetValue(HorizontalAnchorProperty, value); }
System\Windows\Documents\TextSchema.cs (1)
1110Figure.HorizontalAnchorProperty,