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