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