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