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