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