3 references to VerticalAnchorProperty
PresentationFramework (3)
System\Windows\Documents\Figure.cs (2)
111get { return (FigureVerticalAnchor)GetValue(VerticalAnchorProperty); } 112set { SetValue(VerticalAnchorProperty, value); }
System\Windows\Documents\TextSchema.cs (1)
1112Figure.VerticalAnchorProperty,