3 references to HorizontalAnchorProperty
PresentationFramework (3)
System\Windows\Documents\Figure.cs (2)
86
get { return (FigureHorizontalAnchor)GetValue(
HorizontalAnchorProperty
); }
87
set { SetValue(
HorizontalAnchorProperty
, value); }
System\Windows\Documents\TextSchema.cs (1)
1104
Figure.
HorizontalAnchorProperty
,