3 references to HorizontalOffsetProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\Figure.cs (2)
134get { return (double)GetValue(HorizontalOffsetProperty); } 135set { SetValue(HorizontalOffsetProperty, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1115Figure.HorizontalOffsetProperty,